#845A2C

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

Shades of Hot Curry #845A2C

Tints of Hot Curry #845A2C

Color information

#845A2C (or 0x845A2C) is unknown color: approx Hot Curry. HEX triplet: 84, 5A and 2C. RGB value is (132,90,44). Sum of RGB (Red+Green+Blue) = 132+90+44=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #845A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A2C is #7BA5D3. Grayscale: #616161. Windows color (decimal): -8103380 or 2906756. OLE color: 2906756.

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

Color convert

RGB1329044-
CMYK00.320.670.48
HSL31.36º50%34.51%-
HSV(B)31.36º66.67%51.76%-
XYZ13.6312.44.06-
YUV97.3197.91152.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.62%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=49.62%
G=33.83%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132904400.320.670.4831.365034.51
Hex845A2C02043301f3223
Octal2041325404010360376243
Binary1000010010110101011000100000100001111000011111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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