#835820

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

Shades of Hot Curry #835820

Tints of Hot Curry #835820

Color information

#835820 (or 0x835820) is unknown color: approx Hot Curry. HEX triplet: 83, 58 and 20. RGB value is (131,88,32). Sum of RGB (Red+Green+Blue) = 131+88+32=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #835820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835820 is #7CA7DF. Grayscale: #5E5E5E. Windows color (decimal): -8169440 or 2119811. OLE color: 2119811.

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

Color convert

RGB1318832-
CMYK00.330.760.49
HSL33.94º60.74%31.96%-
HSV(B)33.94º75.57%51.37%-
XYZ13.1111.912.97-
YUV94.4792.75154.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 32 (12.89% from 255) = 12.75%
R=52.19%
G=35.06%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131883200.330.760.4933.9460.7431.96
Hex8358200214C31223d20
Octal2031304004111461427540
Binary10000011101100010000001000011001100110001100010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835820; }

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

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

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

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

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

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

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

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