#806024

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

Shades of Hot Curry #806024

Tints of Hot Curry #806024

Color information

#806024 (or 0x806024) is unknown color: approx Hot Curry. HEX triplet: 80, 60 and 24. RGB value is (128,96,36). Sum of RGB (Red+Green+Blue) = 128+96+36=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #806024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806024 is #7F9FDB. Grayscale: #626262. Windows color (decimal): -8363996 or 2384000. OLE color: 2384000.

HSL color Cylindrical-coordinate representation of color #806024: hue angle of 39.13º 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 #806024 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB1289636-
CMYK00.250.720.50
HSL39.13º56.1%32.16%-
HSV(B)39.13º71.88%50.2%-
XYZ13.413.083.49-
YUV98.7392.6148.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.23%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 36 (14.45% from 255) = 13.85%
R=49.23%
G=36.92%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128963600.250.720.5039.1356.132.16
Hex8060240194832273820
Octal2001404403111062477040
Binary1000000011000001001000110011001000110010100111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806024; }

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

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

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

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

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

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

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

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