Html Css Color HEX #80492C Korma

📋 copy color: '#80492C'

red 128 ◦ green 73 ◦ blue 44

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

Shades of Korma #80492C

Tints of Korma #80492C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.96%

R = 52.24%
G = 29.8%
B = 17.96%

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

#80492C (or 0x80492C) is known color: Korma. HEX triplet: 80, 49 and 2C. RGB value is (128,73,44). Sum of RGB (Red+Green+Blue) = 128+73+44=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #80492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80492C is #7FB6D3. Grayscale: #565656. Windows color (decimal): -8369876 or 2902400. OLE color: 2902400.

HSL color Cylindrical-coordinate representation of color #80492C: hue angle of 20.71º degrees, saturation: 0.49, 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 #80492C is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 44 -
CMYK 0 0.43 0.66 0.50
HSL 20.71º 0.49% 0.34% -
HSV(B) 20.71º 0.66% 0.5% -
XYZ 11.74 9.54 3.6 -
YUV 86.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 128 73 44 0 0.43 0.66 0.50 20.71 0.49 0.34
Hex 80 49 2C 0 2B 42 32 15 31 22
Octal 200 111 54 0 53 102 62 25 61 42
Binary 10000000 1001001 101100 0 101011 1000010 110010 10101 110001 100010

Color Harmonies of #80492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80492C

Black with #80492C

Text Example


Text Example

White with #80492C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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