#835D21

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

Shades of Hot Curry #835D21

Tints of Hot Curry #835D21

Color information

#835D21 (or 0x835D21) is unknown color: approx Hot Curry. HEX triplet: 83, 5D and 21. RGB value is (131,93,33). Sum of RGB (Red+Green+Blue) = 131+93+33=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #835D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835D21 is #7CA2DE. Grayscale: #616161. Windows color (decimal): -8168159 or 2186627. OLE color: 2186627.

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

Color convert

RGB1319333-
CMYK00.290.750.49
HSL36.73º59.76%32.16%-
HSV(B)36.73º74.81%51.37%-
XYZ13.5512.763.19-
YUV97.5291.59151.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.97%
GREEN value IS 93 (36.72% from 255) = 36.19%
BLUE value IS 33 (13.28% from 255) = 12.84%
R=50.97%
G=36.19%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131933300.290.750.4936.7359.7632.16
Hex835D2101D4B31253c20
Octal2031354103511361457440
Binary1000001110111011000010111011001011110001100101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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