#805824

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

Shades of Hot Curry #805824

Tints of Hot Curry #805824

Color information

#805824 (or 0x805824) is unknown color: approx Hot Curry. HEX triplet: 80, 58 and 24. RGB value is (128,88,36). Sum of RGB (Red+Green+Blue) = 128+88+36=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #805824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805824 is #7FA7DB. Grayscale: #5E5E5E. Windows color (decimal): -8366044 or 2381952. OLE color: 2381952.

HSL color Cylindrical-coordinate representation of color #805824: hue angle of 33.91º 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 #805824 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB1288836-
CMYK00.310.720.50
HSL33.91º56.1%32.16%-
HSV(B)33.91º71.88%50.2%-
XYZ12.7111.73.26-
YUV94.0395.25152.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.79%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 36 (14.45% from 255) = 14.29%
R=50.79%
G=34.92%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128883600.310.720.5033.9156.132.16
Hex80582401F4832223820
Octal2001304403711062427040
Binary1000000010110001001000111111001000110010100010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805824; }

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

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

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

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

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

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

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

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