#845A31

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

Shades of Hot Curry #845A31

Tints of Hot Curry #845A31

Color information

#845A31 (or 0x845A31) is unknown color: approx Hot Curry. HEX triplet: 84, 5A and 31. RGB value is (132,90,49). Sum of RGB (Red+Green+Blue) = 132+90+49=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #845A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A31 is #7BA5CE. Grayscale: #626262. Windows color (decimal): -8103375 or 3234436. OLE color: 3234436.

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

Color convert

RGB1329049-
CMYK00.320.630.48
HSL29.64º45.86%35.49%-
HSV(B)29.64º62.88%51.76%-
XYZ13.7312.444.58-
YUV97.88100.41152.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 90 (35.55% from 255) = 33.21%
BLUE value IS 49 (19.53% from 255) = 18.08%
R=48.71%
G=33.21%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132904900.320.630.4829.6445.8635.49
Hex845A310203F301e2e23
Octal204132610407760365643
Binary100001001011010110001010000011111111000011110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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