#83491E

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

Shades of Russet #83491E

Tints of Russet #83491E

Color information

#83491E (or 0x83491E) is unknown color: approx Russet. HEX triplet: 83, 49 and 1E. RGB value is (131,73,30). Sum of RGB (Red+Green+Blue) = 131+73+30=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #83491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83491E is #7CB6E1. Grayscale: #555555. Windows color (decimal): -8173282 or 1984899. OLE color: 1984899.

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

Color convert

RGB1317330-
CMYK00.440.770.49
HSL25.54º62.73%31.57%-
HSV(B)25.54º77.1%51.37%-
XYZ11.989.682.47-
YUV85.4496.72160.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.98%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 30 (12.11% from 255) = 12.82%
R=55.98%
G=31.20%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131733000.440.770.4925.5462.7331.57
Hex83491E02C4D311a3f20
Octal2031113605411561327740
Binary100000111001001111100101100100110111000111010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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