#845824

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

Shades of Hot Curry #845824

Tints of Hot Curry #845824

Color information

#845824 (or 0x845824) is unknown color: approx Hot Curry. HEX triplet: 84, 58 and 24. RGB value is (132,88,36). Sum of RGB (Red+Green+Blue) = 132+88+36=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #845824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845824 is #7BA7DB. Grayscale: #5F5F5F. Windows color (decimal): -8103900 or 2381956. OLE color: 2381956.

HSL color Cylindrical-coordinate representation of color #845824: hue angle of 32.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #845824 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB1328836-
CMYK00.330.730.48
HSL32.5º57.14%32.94%-
HSV(B)32.5º72.73%51.76%-
XYZ13.3212.013.29-
YUV95.2394.58154.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.56%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 36 (14.45% from 255) = 14.06%
R=51.56%
G=34.38%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132883600.330.730.4832.557.1432.94
Hex8458240214930203921
Octal2041304404111160407141
Binary10000100101100010010001000011001001110000100000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845824; }

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

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

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

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

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

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

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

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