#835E31

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

Shades of Hot Curry #835E31

Tints of Hot Curry #835E31

Color information

#835E31 (or 0x835E31) is unknown color: approx Hot Curry. HEX triplet: 83, 5E and 31. RGB value is (131,94,49). Sum of RGB (Red+Green+Blue) = 131+94+49=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #835E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835E31 is #7CA1CE. Grayscale: #646464. Windows color (decimal): -8167887 or 3235459. OLE color: 3235459.

HSL color Cylindrical-coordinate representation of color #835E31: hue angle of 32.93º 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 #835E31 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1319449-
CMYK00.280.630.49
HSL32.93º45.56%35.29%-
HSV(B)32.93º62.6%51.37%-
XYZ13.9213.054.69-
YUV99.9399.26150.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.81%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 49 (19.53% from 255) = 17.88%
R=47.81%
G=34.31%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131944900.280.630.4932.9345.5635.29
Hex835E3101C3F31212e23
Octal203136610347761415643
Binary100000111011110110001011100111111110001100001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835E31; }

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

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

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

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

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

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

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

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