#835221

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

Shades of Hot Curry #835221

Tints of Hot Curry #835221

Color information

#835221 (or 0x835221) is unknown color: approx Hot Curry. HEX triplet: 83, 52 and 21. RGB value is (131,82,33). Sum of RGB (Red+Green+Blue) = 131+82+33=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #835221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835221 is #7CADDE. Grayscale: #5B5B5B. Windows color (decimal): -8170975 or 2183811. OLE color: 2183811.

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

Color convert

RGB1318233-
CMYK00.370.750.49
HSL30º59.76%32.16%-
HSV(B)30º74.81%51.37%-
XYZ12.6510.972.89-
YUV91.0695.23156.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 13.41%
R=53.25%
G=33.33%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131823300.370.750.493059.7632.16
Hex8352210254B311e3c20
Octal2031224104511361367440
Binary1000001110100101000010100101100101111000111110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835221; }

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

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

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

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

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

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

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

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