#815224

Color #815224 Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #815224

Tints of Korma #815224

Color information

#815224 (or 0x815224) is unknown color: approx Korma. HEX triplet: 81, 52 and 24. RGB value is (129,82,36). Sum of RGB (Red+Green+Blue) = 129+82+36=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #815224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815224 is #7EADDB. Grayscale: #5B5B5B. Windows color (decimal): -8302044 or 2380417. OLE color: 2380417.

HSL color Cylindrical-coordinate representation of color #815224: hue angle of 29.68º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #815224 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1298236-
CMYK00.360.720.49
HSL29.68º56.36%32.35%-
HSV(B)29.68º72.09%50.59%-
XYZ12.3910.833.11-
YUV90.8197.07155.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 36 (14.45% from 255) = 14.57%
R=52.23%
G=33.20%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129823600.360.720.4929.6856.3632.35
Hex81522402448311e3820
Octal2011224404411061367040
Binary1000000110100101001000100100100100011000111110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815224; }

 p { color: rgb(129,82,36); }

 H1.HeaderClassName
 {
   color: #815224;
 }
 .AnyTagClassName
 {
   color: #815224;
 }
</style>
background-color css

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

 a { background-color: rgb(129,82,36); }

 div.DivClassName
 {
   background-color: #815224;
 }
 .BgClassName
 {
   background-color: #815224;
 }
</style>
border-color css

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

 span { border-color: rgb(129,82,36); }

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