#83581E

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

Shades of Hot Curry #83581E

Tints of Hot Curry #83581E

Color information

#83581E (or 0x83581E) is unknown color: approx Hot Curry. HEX triplet: 83, 58 and 1E. RGB value is (131,88,30). Sum of RGB (Red+Green+Blue) = 131+88+30=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #83581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83581E is #7CA7E1. Grayscale: #5E5E5E. Windows color (decimal): -8169442 or 1988739. OLE color: 1988739.

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

Color convert

RGB1318830-
CMYK00.330.770.49
HSL34.46º62.73%31.57%-
HSV(B)34.46º77.1%51.37%-
XYZ13.0811.92.84-
YUV94.2491.75154.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 30 (12.11% from 255) = 12.05%
R=52.61%
G=35.34%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131883000.330.770.4934.4662.7331.57
Hex83581E0214D31223f20
Octal2031303604111561427740
Binary1000001110110001111001000011001101110001100010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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