Html Css Color HEX #80492B Korma

📋 copy color: '#80492B'

red 128 ◦ green 73 ◦ blue 43

#80492B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Korma #80492B

Tints of Korma #80492B

RGB

 RED value IS 128 (50.39% from 255) = 52.46%

 GREEN value IS 73 (28.91% from 255) = 29.92%

 BLUE value IS 43 (17.19% from 255) = 17.62%

R = 52.46%
G = 29.92%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#80492B (or 0x80492B) is known color: Korma. HEX triplet: 80, 49 and 2B. RGB value is (128,73,43). Sum of RGB (Red+Green+Blue) = 128+73+43=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80492B is #7FB6D4. Grayscale: #565656. Windows color (decimal): -8369877 or 2836864. OLE color: 2836864.

HSL color Cylindrical-coordinate representation of color #80492B: hue angle of 21.18º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80492B is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 43 -
CMYK 0 0.43 0.66 0.50
HSL 21.18º 0.5% 0.34% -
HSV(B) 21.18º 0.66% 0.5% -
XYZ 11.72 9.53 3.51 -
YUV 86.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 128 73 43 0 0.43 0.66 0.50 21.18 0.5 0.34
Hex 80 49 2B 0 2B 42 32 15 32 22
Octal 200 111 53 0 53 102 62 25 62 42
Binary 10000000 1001001 101011 0 101011 1000010 110010 10101 110010 100010

Color Harmonies of #80492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80492B

Black with #80492B

Text Example


Text Example

White with #80492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80492B; }

 p { color: rgb(128,73,43); }

 H1.HeaderClassName
 {
   color: #80492B;
 }
 .AnyTagClassName
 {
   color: #80492B;
 }
</style>

background-color css

<style>
 a { background-color: #80492B; }

 a { background-color: rgb(128,73,43); }

 div.DivClassName
 {
   background-color: #80492B;
 }
 .BgClassName
 {
   background-color: #80492B;
 }
</style>

border-color css

<style>
 span { border-color: #80492B; }

 span { border-color: rgb(128,73,43); }

 td.TdClassName
 {
   border-color: #80492B;
 }
 .TagClassName
 {
   border-color: #80492B;
 }
</style>