#846128

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

Shades of Hot Curry #846128

Tints of Hot Curry #846128

Color information

#846128 (or 0x846128) is unknown color: approx Hot Curry. HEX triplet: 84, 61 and 28. RGB value is (132,97,40). Sum of RGB (Red+Green+Blue) = 132+97+40=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #846128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846128 is #7B9ED7. Grayscale: #656565. Windows color (decimal): -8101592 or 2646404. OLE color: 2646404.

HSL color Cylindrical-coordinate representation of color #846128: hue angle of 37.17º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #846128 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1329740-
CMYK00.270.700.48
HSL37.17º53.49%33.73%-
HSV(B)37.17º69.7%51.76%-
XYZ14.1713.613.89-
YUV100.9793.6150.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 40 (16.02% from 255) = 14.87%
R=49.07%
G=36.06%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132974000.270.700.4837.1753.4933.73
Hex84612801B4630253522
Octal2041415003310660456542
Binary1000010011000011010000110111000110110000100101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846128; }

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

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

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

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

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

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

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

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