#836131

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

Shades of Hot Curry #836131

Tints of Hot Curry #836131

Color information

#836131 (or 0x836131) is unknown color: approx Hot Curry. HEX triplet: 83, 61 and 31. RGB value is (131,97,49). Sum of RGB (Red+Green+Blue) = 131+97+49=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #836131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836131 is #7C9ECE. Grayscale: #656565. Windows color (decimal): -8167119 or 3236227. OLE color: 3236227.

HSL color Cylindrical-coordinate representation of color #836131: hue angle of 35.12º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #836131 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1319749-
CMYK00.260.630.49
HSL35.12º45.56%35.29%-
HSV(B)35.12º62.6%51.37%-
XYZ14.1913.64.78-
YUV101.6998.26148.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 49 (19.53% from 255) = 17.69%
R=47.29%
G=35.02%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131974900.260.630.4935.1245.5635.29
Hex83613101A3F31232e23
Octal203141610327761435643
Binary100000111100001110001011010111111110001100011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836131; }

 p { color: rgb(131,97,49); }

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

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

 a { background-color: rgb(131,97,49); }

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

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

 span { border-color: rgb(131,97,49); }

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