#83571F

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

Shades of Hot Curry #83571F

Tints of Hot Curry #83571F

Color information

#83571F (or 0x83571F) is unknown color: approx Hot Curry. HEX triplet: 83, 57 and 1F. RGB value is (131,87,31). Sum of RGB (Red+Green+Blue) = 131+87+31=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #83571F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83571F is #7CA8E0. Grayscale: #5E5E5E. Windows color (decimal): -8169697 or 2054019. OLE color: 2054019.

HSL color Cylindrical-coordinate representation of color #83571F: hue angle of 33.6º degrees, saturation: 0.62, 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 #83571F is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB1318731-
CMYK00.340.760.49
HSL33.6º61.73%31.76%-
HSV(B)33.6º76.34%51.37%-
XYZ13.0211.742.88-
YUV93.7792.58154.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 31 (12.5% from 255) = 12.45%
R=52.61%
G=34.94%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131873100.340.760.4933.661.7331.76
Hex83571F0224C31223e20
Octal2031273704211461427640
Binary1000001110101111111101000101001100110001100010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83571F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83571F; }

 p { color: rgb(131,87,31); }

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

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

 a { background-color: rgb(131,87,31); }

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

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

 span { border-color: rgb(131,87,31); }

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