#815022

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

Shades of Korma #815022

Tints of Korma #815022

Color information

#815022 (or 0x815022) is unknown color: approx Korma. HEX triplet: 81, 50 and 22. RGB value is (129,80,34). Sum of RGB (Red+Green+Blue) = 129+80+34=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #815022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815022 is #7EAFDD. Grayscale: #595959. Windows color (decimal): -8302558 or 2248833. OLE color: 2248833.

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

Color convert

RGB1298034-
CMYK00.380.740.49
HSL29.05º58.28%31.96%-
HSV(B)29.05º73.64%50.59%-
XYZ12.2110.522.9-
YUV89.4196.73156.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.09%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 34 (13.67% from 255) = 13.99%
R=53.09%
G=32.92%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129803400.380.740.4929.0558.2831.96
Hex8150220264A311d3a20
Octal2011204204611261357240
Binary1000000110100001000100100110100101011000111101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815022; }

 p { color: rgb(129,80,34); }

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

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

 a { background-color: rgb(129,80,34); }

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

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

 span { border-color: rgb(129,80,34); }

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