#835220

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

Shades of Hot Curry #835220

Tints of Hot Curry #835220

Color information

#835220 (or 0x835220) is unknown color: approx Hot Curry. HEX triplet: 83, 52 and 20. RGB value is (131,82,32). Sum of RGB (Red+Green+Blue) = 131+82+32=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #835220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835220 is #7CADDF. Grayscale: #5B5B5B. Windows color (decimal): -8170976 or 2118275. OLE color: 2118275.

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

Color convert

RGB1318232-
CMYK00.370.760.49
HSL30.3º60.74%31.96%-
HSV(B)30.3º75.57%51.37%-
XYZ12.6410.962.82-
YUV90.9594.73156.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 32 (12.89% from 255) = 13.06%
R=53.47%
G=33.47%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131823200.370.760.4930.360.7431.96
Hex8352200254C311e3d20
Octal2031224004511461367540
Binary1000001110100101000000100101100110011000111110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835220; }

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

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

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

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

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

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

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

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