#845E2C

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

Shades of Hot Curry #845E2C

Tints of Hot Curry #845E2C

Color information

#845E2C (or 0x845E2C) is unknown color: approx Hot Curry. HEX triplet: 84, 5E and 2C. RGB value is (132,94,44). Sum of RGB (Red+Green+Blue) = 132+94+44=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #845E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E2C is #7BA1D3. Grayscale: #636363. Windows color (decimal): -8102356 or 2907780. OLE color: 2907780.

HSL color Cylindrical-coordinate representation of color #845E2C: hue angle of 34.09º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #845E2C is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1329444-
CMYK00.290.670.48
HSL34.09º50%34.51%-
HSV(B)34.09º66.67%51.76%-
XYZ13.9713.094.17-
YUV99.6696.59151.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 44 (17.58% from 255) = 16.30%
R=48.89%
G=34.81%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132944400.290.670.4834.095034.51
Hex845E2C01D4330223223
Octal2041365403510360426243
Binary1000010010111101011000111011000011110000100010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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