#846531

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

Shades of Hot Curry #846531

Tints of Hot Curry #846531

Color information

#846531 (or 0x846531) is unknown color: approx Hot Curry. HEX triplet: 84, 65 and 31. RGB value is (132,101,49). Sum of RGB (Red+Green+Blue) = 132+101+49=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #846531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846531 is #7B9ACE. Grayscale: #686868. Windows color (decimal): -8100559 or 3237252. OLE color: 3237252.

HSL color Cylindrical-coordinate representation of color #846531: hue angle of 37.59º 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 #846531 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB13210149-
CMYK00.230.630.48
HSL37.59º45.86%35.49%-
HSV(B)37.59º62.88%51.76%-
XYZ14.7214.434.92-
YUV104.3496.77147.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 101 (39.84% from 255) = 35.82%
BLUE value IS 49 (19.53% from 255) = 17.38%
R=46.81%
G=35.82%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321014900.230.630.4837.5945.8635.49
Hex8465310173F30262e23
Octal204145610277760465643
Binary100001001100101110001010111111111110000100110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846531; }

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

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

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

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

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

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

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

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