#845F2F

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

Shades of Hot Curry #845F2F

Tints of Hot Curry #845F2F

Color information

#845F2F (or 0x845F2F) is unknown color: approx Hot Curry. HEX triplet: 84, 5F and 2F. RGB value is (132,95,47). Sum of RGB (Red+Green+Blue) = 132+95+47=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #845F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F2F is #7BA0D0. Grayscale: #646464. Windows color (decimal): -8102097 or 3104644. OLE color: 3104644.

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

Color convert

RGB1329547-
CMYK00.280.640.48
HSL33.88º47.49%35.1%-
HSV(B)33.88º64.39%51.76%-
XYZ14.1213.34.51-
YUV100.5997.76150.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=48.18%
G=34.67%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132954700.280.640.4833.8847.4935.1
Hex845F2F01C4030222f23
Octal2041375703410060425743
Binary1000010010111111011110111001000000110000100010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,95,47); }

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

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

 a { background-color: rgb(132,95,47); }

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

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

 span { border-color: rgb(132,95,47); }

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