#805C32

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

Shades of Hot Curry #805C32

Tints of Hot Curry #805C32

Color information

#805C32 (or 0x805C32) is unknown color: approx Hot Curry. HEX triplet: 80, 5C and 32. RGB value is (128,92,50). Sum of RGB (Red+Green+Blue) = 128+92+50=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #805C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805C32 is #7FA3CD. Grayscale: #626262. Windows color (decimal): -8365006 or 3300480. OLE color: 3300480.

HSL color Cylindrical-coordinate representation of color #805C32: hue angle of 32.31º 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 #805C32 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1289250-
CMYK00.280.610.50
HSL32.31º43.82%34.9%-
HSV(B)32.31º60.94%50.2%-
XYZ13.312.474.72-
YUV97.98100.93149.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=47.41%
G=34.07%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128925000.280.610.5032.3143.8234.9
Hex805C3201C3D32202c23
Octal200134620347562405443
Binary100000001011100110010011100111101110010100000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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