#806029

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

Shades of Hot Curry #806029

Tints of Hot Curry #806029

Color information

#806029 (or 0x806029) is unknown color: approx Hot Curry. HEX triplet: 80, 60 and 29. RGB value is (128,96,41). Sum of RGB (Red+Green+Blue) = 128+96+41=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #806029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806029 is #7F9FD6. Grayscale: #636363. Windows color (decimal): -8363991 or 2711680. OLE color: 2711680.

HSL color Cylindrical-coordinate representation of color #806029: hue angle of 37.93º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #806029 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB1289641-
CMYK00.250.680.50
HSL37.93º51.48%33.14%-
HSV(B)37.93º67.97%50.2%-
XYZ13.4913.123.92-
YUV99.395.1148.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.30%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=48.30%
G=36.23%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128964100.250.680.5037.9351.4833.14
Hex8060290194432263321
Octal2001405103110462466341
Binary1000000011000001010010110011000100110010100110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806029; }

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

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

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

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

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

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

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

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