#835B31

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

Shades of Hot Curry #835B31

Tints of Hot Curry #835B31

Color information

#835B31 (or 0x835B31) is unknown color: approx Hot Curry. HEX triplet: 83, 5B and 31. RGB value is (131,91,49). Sum of RGB (Red+Green+Blue) = 131+91+49=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #835B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B31 is #7CA4CE. Grayscale: #626262. Windows color (decimal): -8168655 or 3234691. OLE color: 3234691.

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

Color convert

RGB1319149-
CMYK00.310.630.49
HSL30.73º45.56%35.29%-
HSV(B)30.73º62.6%51.37%-
XYZ13.6612.534.6-
YUV98.17100.25151.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.34%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 49 (19.53% from 255) = 18.08%
R=48.34%
G=33.58%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131914900.310.630.4930.7345.5635.29
Hex835B3101F3F311f2e23
Octal203133610377761375643
Binary10000011101101111000101111111111111000111111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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