#845E22

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

Shades of Hot Curry #845E22

Tints of Hot Curry #845E22

Color information

#845E22 (or 0x845E22) is unknown color: approx Hot Curry. HEX triplet: 84, 5E and 22. RGB value is (132,94,34). Sum of RGB (Red+Green+Blue) = 132+94+34=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #845E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E22 is #7BA1DD. Grayscale: #626262. Windows color (decimal): -8102366 or 2252420. OLE color: 2252420.

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

Color convert

RGB1329434-
CMYK00.290.740.48
HSL36.73º59.04%32.55%-
HSV(B)36.73º74.24%51.76%-
XYZ13.8113.033.3-
YUV98.5291.59151.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 34 (13.67% from 255) = 13.08%
R=50.77%
G=36.15%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132943400.290.740.4836.7359.0432.55
Hex845E2201D4A30253b21
Octal2041364203511260457341
Binary1000010010111101000100111011001010110000100101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845E22; }

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

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

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

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

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

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

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

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