#805920

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

Shades of Hot Curry #805920

Tints of Hot Curry #805920

Color information

#805920 (or 0x805920) is unknown color: approx Hot Curry. HEX triplet: 80, 59 and 20. RGB value is (128,89,32). Sum of RGB (Red+Green+Blue) = 128+89+32=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #805920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805920 is #7FA6DF. Grayscale: #5E5E5E. Windows color (decimal): -8365792 or 2120064. OLE color: 2120064.

HSL color Cylindrical-coordinate representation of color #805920: hue angle of 35.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #805920 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB1288932-
CMYK00.300.750.50
HSL35.62º60%31.37%-
HSV(B)35.62º75%50.2%-
XYZ12.7411.842.98-
YUV94.1692.92152.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.41%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 32 (12.89% from 255) = 12.85%
R=51.41%
G=35.74%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128893200.300.750.5035.626031.37
Hex80592001E4B32243c1f
Octal2001314003611362447437
Binary100000001011001100000011110100101111001010010011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805920; }

 p { color: rgb(128,89,32); }

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

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

 a { background-color: rgb(128,89,32); }

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

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

 span { border-color: rgb(128,89,32); }

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