#835C20

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

Shades of Hot Curry #835C20

Tints of Hot Curry #835C20

Color information

#835C20 (or 0x835C20) is unknown color: approx Hot Curry. HEX triplet: 83, 5C and 20. RGB value is (131,92,32). Sum of RGB (Red+Green+Blue) = 131+92+32=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #835C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835C20 is #7CA3DF. Grayscale: #616161. Windows color (decimal): -8168416 or 2120835. OLE color: 2120835.

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

Color convert

RGB1319232-
CMYK00.300.760.49
HSL36.36º60.74%31.96%-
HSV(B)36.36º75.57%51.37%-
XYZ13.4512.583.09-
YUV96.8291.42152.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.37%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 32 (12.89% from 255) = 12.55%
R=51.37%
G=36.08%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131923200.300.760.4936.3660.7431.96
Hex835C2001E4C31243d20
Octal2031344003611461447540
Binary1000001110111001000000111101001100110001100100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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