#806227

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

Shades of Hot Curry #806227

Tints of Hot Curry #806227

Color information

#806227 (or 0x806227) is unknown color: approx Hot Curry. HEX triplet: 80, 62 and 27. RGB value is (128,98,39). Sum of RGB (Red+Green+Blue) = 128+98+39=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #806227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806227 is #7F9DD8. Grayscale: #646464. Windows color (decimal): -8363481 or 2581120. OLE color: 2581120.

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

Color convert

RGB1289839-
CMYK00.230.700.50
HSL39.78º53.29%32.75%-
HSV(B)39.78º69.53%50.2%-
XYZ13.6413.473.8-
YUV100.2493.44147.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.30%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 39 (15.62% from 255) = 14.72%
R=48.30%
G=36.98%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128983900.230.700.5039.7853.2932.75
Hex8062270174632283521
Octal2001424702710662506541
Binary1000000011000101001110101111000110110010101000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806227; }

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

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

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

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

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

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

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

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