#835320

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

Shades of Hot Curry #835320

Tints of Hot Curry #835320

Color information

#835320 (or 0x835320) is unknown color: approx Hot Curry. HEX triplet: 83, 53 and 20. RGB value is (131,83,32). Sum of RGB (Red+Green+Blue) = 131+83+32=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #835320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835320 is #7CACDF. Grayscale: #5B5B5B. Windows color (decimal): -8170720 or 2118531. OLE color: 2118531.

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

Color convert

RGB1318332-
CMYK00.370.760.49
HSL30.91º60.74%31.96%-
HSV(B)30.91º75.57%51.37%-
XYZ12.7111.122.84-
YUV91.5494.4156.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 32 (12.89% from 255) = 13.01%
R=53.25%
G=33.74%
B=13.01%

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
Decimal131833200.370.760.4930.9160.7431.96
Hex8353200254C311f3d20
Octal2031234004511461377540
Binary1000001110100111000000100101100110011000111111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835320; }

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

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

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

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

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

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

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

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