#835F21

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

Shades of Hot Curry #835F21

Tints of Hot Curry #835F21

Color information

#835F21 (or 0x835F21) is unknown color: approx Hot Curry. HEX triplet: 83, 5F and 21. RGB value is (131,95,33). Sum of RGB (Red+Green+Blue) = 131+95+33=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #835F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835F21 is #7CA0DE. Grayscale: #626262. Windows color (decimal): -8167647 or 2187139. OLE color: 2187139.

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

Color convert

RGB1319533-
CMYK00.270.750.49
HSL37.96º59.76%32.16%-
HSV(B)37.96º74.81%51.37%-
XYZ13.7313.123.25-
YUV98.790.93151.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.58%
GREEN value IS 95 (37.5% from 255) = 36.68%
BLUE value IS 33 (13.28% from 255) = 12.74%
R=50.58%
G=36.68%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131953300.270.750.4937.9659.7632.16
Hex835F2101B4B31263c20
Octal2031374103311361467440
Binary1000001110111111000010110111001011110001100110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,95,33); }

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

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

 a { background-color: rgb(131,95,33); }

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

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

 span { border-color: rgb(131,95,33); }

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