#83561F

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

Shades of Hot Curry #83561F

Tints of Hot Curry #83561F

Color information

#83561F (or 0x83561F) is unknown color: approx Hot Curry. HEX triplet: 83, 56 and 1F. RGB value is (131,86,31). Sum of RGB (Red+Green+Blue) = 131+86+31=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #83561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83561F is #7CA9E0. Grayscale: #5D5D5D. Windows color (decimal): -8169953 or 2053763. OLE color: 2053763.

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

Color convert

RGB1318631-
CMYK00.340.760.49
HSL33º61.73%31.76%-
HSV(B)33º76.34%51.37%-
XYZ12.9411.582.85-
YUV93.1892.91154.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.82%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 31 (12.5% from 255) = 12.5%
R=52.82%
G=34.68%
B=12.5%

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
Decimal131863100.340.760.493361.7331.76
Hex83561F0224C31213e20
Octal2031263704211461417640
Binary1000001110101101111101000101001100110001100001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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