#805024

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

Shades of Korma #805024

Tints of Korma #805024

Color information

#805024 (or 0x805024) is unknown color: approx Korma. HEX triplet: 80, 50 and 24. RGB value is (128,80,36). Sum of RGB (Red+Green+Blue) = 128+80+36=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #805024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805024 is #7FAFDB. Grayscale: #595959. Windows color (decimal): -8368092 or 2379904. OLE color: 2379904.

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

Color convert

RGB1288036-
CMYK00.380.720.50
HSL28.7º56.1%32.16%-
HSV(B)28.7º71.88%50.2%-
XYZ12.0910.453.05-
YUV89.3497.9155.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 36 (14.45% from 255) = 14.75%
R=52.46%
G=32.79%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128803600.380.720.5028.756.132.16
Hex80502402648321d3820
Octal2001204404611062357040
Binary1000000010100001001000100110100100011001011101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805024; }

 p { color: rgb(128,80,36); }

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

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

 a { background-color: rgb(128,80,36); }

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

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

 span { border-color: rgb(128,80,36); }

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