#845522

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

Shades of Hot Curry #845522

Tints of Hot Curry #845522

Color information

#845522 (or 0x845522) is unknown color: approx Hot Curry. HEX triplet: 84, 55 and 22. RGB value is (132,85,34). Sum of RGB (Red+Green+Blue) = 132+85+34=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #845522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845522 is #7BAADD. Grayscale: #5D5D5D. Windows color (decimal): -8104670 or 2250116. OLE color: 2250116.

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

Color convert

RGB1328534-
CMYK00.360.740.48
HSL31.22º59.04%32.55%-
HSV(B)31.22º74.24%51.76%-
XYZ13.0511.523.05-
YUV93.2494.57155.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 34 (13.67% from 255) = 13.55%
R=52.59%
G=33.86%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132853400.360.740.4831.2259.0432.55
Hex8455220244A301f3b21
Octal2041254204411260377341
Binary1000010010101011000100100100100101011000011111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845522; }

 p { color: rgb(132,85,34); }

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

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

 a { background-color: rgb(132,85,34); }

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

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

 span { border-color: rgb(132,85,34); }

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