Html Css Color HEX #813B13 Russet

📋 copy color: '#813B13'

red 129 ◦ green 59 ◦ blue 19

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

Shades of Russet #813B13

Tints of Russet #813B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.18%

R = 62.32%
G = 28.5%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#813B13 (or 0x813B13) is known color: Russet. HEX triplet: 81, 3B and 13. RGB value is (129,59,19). Sum of RGB (Red+Green+Blue) = 129+59+19=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #813B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813B13 is #7EC4EC. Grayscale: #4B4B4B. Windows color (decimal): -8307949 or 1260417. OLE color: 1260417.

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

Color convert

RGB 129 59 19 -
CMYK 0 0.54 0.85 0.49
HSL 21.82º 0.74% 0.29% -
HSV(B) 21.82º 0.85% 0.51% -
XYZ 10.73 7.84 1.56 -
YUV 75.37 96.19 166.25 -
System Red Green Blue C M Y K H S L
Decimal 129 59 19 0 0.54 0.85 0.49 21.82 0.74 0.29
Hex 81 3B 13 0 36 55 31 16 4A 1D
Octal 201 73 23 0 66 125 61 26 112 35
Binary 10000001 111011 10011 0 110110 1010101 110001 10110 1001010 11101

Color Harmonies of #813B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813B13

Black with #813B13

Text Example


Text Example

White with #813B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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