#83561E

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

Shades of Hot Curry #83561E

Tints of Hot Curry #83561E

Color information

#83561E (or 0x83561E) is unknown color: approx Hot Curry. HEX triplet: 83, 56 and 1E. RGB value is (131,86,30). Sum of RGB (Red+Green+Blue) = 131+86+30=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83561E is #7CA9E1. Grayscale: #5D5D5D. Windows color (decimal): -8169954 or 1988227. OLE color: 1988227.

HSL color Cylindrical-coordinate representation of color #83561E: hue angle of 33.27º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83561E is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1318630-
CMYK00.340.770.49
HSL33.27º62.73%31.57%-
HSV(B)33.27º77.1%51.37%-
XYZ12.9211.572.78-
YUV93.0792.41155.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.04%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=53.04%
G=34.82%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131863000.340.770.4933.2762.7331.57
Hex83561E0224D31213f20
Octal2031263604211561417740
Binary1000001110101101111001000101001101110001100001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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