#845322

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

Shades of Hot Curry #845322

Tints of Hot Curry #845322

Color information

#845322 (or 0x845322) is unknown color: approx Hot Curry. HEX triplet: 84, 53 and 22. RGB value is (132,83,34). Sum of RGB (Red+Green+Blue) = 132+83+34=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #845322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845322 is #7BACDD. Grayscale: #5C5C5C. Windows color (decimal): -8105182 or 2249604. OLE color: 2249604.

HSL color Cylindrical-coordinate representation of color #845322: hue angle of 30º 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 #845322 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB1328334-
CMYK00.370.740.48
HSL30º59.04%32.55%-
HSV(B)30º74.24%51.76%-
XYZ12.911.213-
YUV92.0695.23156.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 34 (13.67% from 255) = 13.65%
R=53.01%
G=33.33%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132833400.370.740.483059.0432.55
Hex8453220254A301e3b21
Octal2041234204511260367341
Binary1000010010100111000100100101100101011000011110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845322; }

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

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

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

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

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

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

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

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