#805E32

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

Shades of Hot Curry #805E32

Tints of Hot Curry #805E32

Color information

#805E32 (or 0x805E32) is unknown color: approx Hot Curry. HEX triplet: 80, 5E and 32. RGB value is (128,94,50). Sum of RGB (Red+Green+Blue) = 128+94+50=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #805E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E32 is #7FA1CD. Grayscale: #636363. Windows color (decimal): -8364494 or 3300992. OLE color: 3300992.

HSL color Cylindrical-coordinate representation of color #805E32: hue angle of 33.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #805E32 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1289450-
CMYK00.270.610.50
HSL33.85º43.82%34.9%-
HSV(B)33.85º60.94%50.2%-
XYZ13.4812.824.78-
YUV99.15100.26148.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=47.06%
G=34.56%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128945000.270.610.5033.8543.8234.9
Hex805E3201B3D32222c23
Octal200136620337562425443
Binary100000001011110110010011011111101110010100010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,94,50); }

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

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

 a { background-color: rgb(128,94,50); }

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

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

 span { border-color: rgb(128,94,50); }

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