#846120

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

Shades of Hot Curry #846120

Tints of Hot Curry #846120

Color information

#846120 (or 0x846120) is unknown color: approx Hot Curry. HEX triplet: 84, 61 and 20. RGB value is (132,97,32). Sum of RGB (Red+Green+Blue) = 132+97+32=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #846120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846120 is #7B9EDF. Grayscale: #646464. Windows color (decimal): -8101600 or 2122116. OLE color: 2122116.

HSL color Cylindrical-coordinate representation of color #846120: hue angle of 39º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #846120 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB1329732-
CMYK00.270.760.48
HSL39º60.98%32.16%-
HSV(B)39º75.76%51.76%-
XYZ14.0513.563.24-
YUV100.0689.6150.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=50.57%
G=37.16%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132973200.270.760.483960.9832.16
Hex84612001B4C30273d20
Octal2041414003311460477540
Binary1000010011000011000000110111001100110000100111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846120; }

 p { color: rgb(132,97,32); }

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

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

 a { background-color: rgb(132,97,32); }

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

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

 span { border-color: rgb(132,97,32); }

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