#835D20

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

Shades of Hot Curry #835D20

Tints of Hot Curry #835D20

Color information

#835D20 (or 0x835D20) is unknown color: approx Hot Curry. HEX triplet: 83, 5D and 20. RGB value is (131,93,32). Sum of RGB (Red+Green+Blue) = 131+93+32=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #835D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835D20 is #7CA2DF. Grayscale: #616161. Windows color (decimal): -8168160 or 2121091. OLE color: 2121091.

HSL color Cylindrical-coordinate representation of color #835D20: hue angle of 36.97º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #835D20 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB1319332-
CMYK00.290.760.49
HSL36.97º60.74%31.96%-
HSV(B)36.97º75.57%51.37%-
XYZ13.5412.763.12-
YUV97.4191.09151.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.17%
GREEN value IS 93 (36.72% from 255) = 36.33%
BLUE value IS 32 (12.89% from 255) = 12.5%
R=51.17%
G=36.33%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131933200.290.760.4936.9760.7431.96
Hex835D2001D4C31253d20
Octal2031354003511461457540
Binary1000001110111011000000111011001100110001100101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,93,32); }

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

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

 a { background-color: rgb(131,93,32); }

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

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

 span { border-color: rgb(131,93,32); }

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