#846031

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

Shades of Hot Curry #846031

Tints of Hot Curry #846031

Color information

#846031 (or 0x846031) is unknown color: approx Hot Curry. HEX triplet: 84, 60 and 31. RGB value is (132,96,49). Sum of RGB (Red+Green+Blue) = 132+96+49=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #846031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846031 is #7B9FCE. Grayscale: #656565. Windows color (decimal): -8101839 or 3235972. OLE color: 3235972.

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

Color convert

RGB1329649-
CMYK00.270.630.48
HSL33.98º45.86%35.49%-
HSV(B)33.98º62.88%51.76%-
XYZ14.2513.494.76-
YUV101.4198.43149.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 49 (19.53% from 255) = 17.69%
R=47.65%
G=34.66%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132964900.270.630.4833.9845.8635.49
Hex84603101B3F30222e23
Octal204140610337760425643
Binary100001001100000110001011011111111110000100010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846031; }

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

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

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

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

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

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

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

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