#805624

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

Shades of Hot Curry #805624

Tints of Hot Curry #805624

Color information

#805624 (or 0x805624) is unknown color: approx Hot Curry. HEX triplet: 80, 56 and 24. RGB value is (128,86,36). Sum of RGB (Red+Green+Blue) = 128+86+36=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #805624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805624 is #7FA9DB. Grayscale: #5D5D5D. Windows color (decimal): -8366556 or 2381440. OLE color: 2381440.

HSL color Cylindrical-coordinate representation of color #805624: hue angle of 32.61º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #805624 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB1288636-
CMYK00.330.720.50
HSL32.61º56.1%32.16%-
HSV(B)32.61º71.88%50.2%-
XYZ12.5511.373.2-
YUV92.8695.91153.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.2%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 36 (14.45% from 255) = 14.4%
R=51.2%
G=34.4%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128863600.330.720.5032.6156.132.16
Hex8056240214832213820
Octal2001264404111062417040
Binary10000000101011010010001000011001000110010100001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805624; }

 p { color: rgb(128,86,36); }

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

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

 a { background-color: rgb(128,86,36); }

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

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

 span { border-color: rgb(128,86,36); }

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