#805B28

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

Shades of Hot Curry #805B28

Tints of Hot Curry #805B28

Color information

#805B28 (or 0x805B28) is unknown color: approx Hot Curry. HEX triplet: 80, 5B and 28. RGB value is (128,91,40). Sum of RGB (Red+Green+Blue) = 128+91+40=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #805B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805B28 is #7FA4D7. Grayscale: #606060. Windows color (decimal): -8365272 or 2644864. OLE color: 2644864.

HSL color Cylindrical-coordinate representation of color #805B28: hue angle of 34.77º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #805B28 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB1289140-
CMYK00.290.690.50
HSL34.77º52.38%32.94%-
HSV(B)34.77º68.75%50.2%-
XYZ13.0312.223.68-
YUV96.2596.26150.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.42%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 40 (16.02% from 255) = 15.44%
R=49.42%
G=35.14%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128914000.290.690.5034.7752.3832.94
Hex805B2801D4532233421
Octal2001335003510562436441
Binary1000000010110111010000111011000101110010100011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805B28; }

 p { color: rgb(128,91,40); }

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

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

 a { background-color: rgb(128,91,40); }

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

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

 span { border-color: rgb(128,91,40); }

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