#83581b

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

Shades of Hot Curry #83581B

Tints of Hot Curry #83581B

Color information

#83581B (or 0x83581B) is unknown color: approx Hot Curry. HEX triplet: 83, 58 and 1B. RGB value is (131,88,27). Sum of RGB (Red+Green+Blue) = 131+88+27=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83581B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83581B is #7CA7E4. Grayscale: #5E5E5E. Windows color (decimal): -8169445 or 1792131. OLE color: 1792131.

HSL color Cylindrical-coordinate representation of color #83581B: hue angle of 35.19º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83581B is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1318827-
CMYK00.330.790.49
HSL35.19º65.82%30.98%-
HSV(B)35.19º79.39%51.37%-
XYZ13.0511.882.64-
YUV93.990.25154.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 27 (10.94% from 255) = 10.98%
R=53.25%
G=35.77%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131882700.330.790.4935.1965.8230.98
Hex83581B0214F3123421f
Octal20313033041117614310237
Binary1000001110110001101101000011001111110001100011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83581b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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