Html Css Color HEX #813B16 Russet

📋 copy color: '#813B16'

red 129 ◦ green 59 ◦ blue 22

#813B16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russet #813B16

Tints of Russet #813B16

RGB

 RED value IS 129 (50.78% from 255) = 61.43%

 GREEN value IS 59 (23.44% from 255) = 28.1%

 BLUE value IS 22 (8.98% from 255) = 10.48%

R = 61.43%
G = 28.1%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#813B16 (or 0x813B16) is known color: Russet. HEX triplet: 81, 3B and 16. RGB value is (129,59,22). Sum of RGB (Red+Green+Blue) = 129+59+22=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #813B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813B16 is #7EC4E9. Grayscale: #4B4B4B. Windows color (decimal): -8307946 or 1457025. OLE color: 1457025.

HSL color Cylindrical-coordinate representation of color #813B16: hue angle of 20.75º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #813B16 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 59 22 -
CMYK 0 0.54 0.83 0.49
HSL 20.75º 0.71% 0.3% -
HSV(B) 20.75º 0.83% 0.51% -
XYZ 10.76 7.85 1.71 -
YUV 75.71 97.69 166.01 -
System Red Green Blue C M Y K H S L
Decimal 129 59 22 0 0.54 0.83 0.49 20.75 0.71 0.3
Hex 81 3B 16 0 36 53 31 15 47 1E
Octal 201 73 26 0 66 123 61 25 107 36
Binary 10000001 111011 10110 0 110110 1010011 110001 10101 1000111 11110

Color Harmonies of #813B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813B16

Black with #813B16

Text Example


Text Example

White with #813B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #813B16;
 }
 .AnyTagClassName
 {
   color: #813B16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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