Html Css Color HEX #80482C Korma

📋 copy color: '#80482C'

red 128 ◦ green 72 ◦ blue 44

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

Shades of Korma #80482C

Tints of Korma #80482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.51%

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

R = 52.46%
G = 29.51%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80482C (or 0x80482C) is known color: Korma. HEX triplet: 80, 48 and 2C. RGB value is (128,72,44). Sum of RGB (Red+Green+Blue) = 128+72+44=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80482C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80482C is #7FB7D3. Grayscale: #555555. Windows color (decimal): -8370132 or 2902144. OLE color: 2902144.

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

Color convert

RGB 128 72 44 -
CMYK 0 0.44 0.66 0.50
HSL 20º 0.49% 0.34% -
HSV(B) 20º 0.66% 0.5% -
XYZ 11.67 9.41 3.58 -
YUV 85.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 128 72 44 0 0.44 0.66 0.50 20 0.49 0.34
Hex 80 48 2C 0 2C 42 32 14 31 22
Octal 200 110 54 0 54 102 62 24 61 42
Binary 10000000 1001000 101100 0 101100 1000010 110010 10100 110001 100010

Color Harmonies of #80482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80482C

Black with #80482C

Text Example


Text Example

White with #80482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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