#813b1b

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

Shades of Russet #813B1B

Tints of Russet #813B1B

Color information

#813B1B (or 0x813B1B) is unknown color: approx Russet. HEX triplet: 81, 3B and 1B. RGB value is (129,59,27). Sum of RGB (Red+Green+Blue) = 129+59+27=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #813B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B1B is #7EC4E4. Grayscale: #4C4C4C. Windows color (decimal): -8307941 or 1784705. OLE color: 1784705.

HSL color Cylindrical-coordinate representation of color #813B1B: hue angle of 18.82º degrees, saturation: 0.65, 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 #813B1B is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1295927-
CMYK00.540.790.49
HSL18.82º65.38%30.59%-
HSV(B)18.82º79.07%50.59%-
XYZ10.827.871.99-
YUV76.28100.19165.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60%
GREEN value IS 59 (23.44% from 255) = 27.44%
BLUE value IS 27 (10.94% from 255) = 12.56%
R=60%
G=27.44%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129592700.540.790.4918.8265.3830.59
Hex813B1B0364F3113411f
Octal2017333066117612310137
Binary10000001111011110110110110100111111000110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813b1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813b1b; }

 p { color: rgb(129,59,27); }

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

<style>
 a { background-color: #813b1b; }

 a { background-color: rgb(129,59,27); }

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

<style>
 span { border-color: #813b1b; }

 span { border-color: rgb(129,59,27); }

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