#806027

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

Shades of Hot Curry #806027

Tints of Hot Curry #806027

Color information

#806027 (or 0x806027) is unknown color: approx Hot Curry. HEX triplet: 80, 60 and 27. RGB value is (128,96,39). Sum of RGB (Red+Green+Blue) = 128+96+39=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #806027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806027 is #7F9FD8. Grayscale: #636363. Windows color (decimal): -8363993 or 2580608. OLE color: 2580608.

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

Color convert

RGB1289639-
CMYK00.250.700.50
HSL38.43º53.29%32.75%-
HSV(B)38.43º69.53%50.2%-
XYZ13.4513.13.74-
YUV99.0794.1148.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.67%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 39 (15.62% from 255) = 14.83%
R=48.67%
G=36.50%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128963900.250.700.5038.4353.2932.75
Hex8060270194632263521
Octal2001404703110662466541
Binary1000000011000001001110110011000110110010100110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806027; }

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

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

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

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

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

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

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

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