Html Css Color HEX #813F14 Russet

📋 copy color: '#813F14'

red 129 ◦ green 63 ◦ blue 20

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

Shades of Russet #813F14

Tints of Russet #813F14

RGB

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

 GREEN value IS 63 (25% from 255) = 29.72%

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 60.85%
G = 29.72%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#813F14 (or 0x813F14) is known color: Russet. HEX triplet: 81, 3F and 14. RGB value is (129,63,20). Sum of RGB (Red+Green+Blue) = 129+63+20=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #813F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813F14 is #7EC0EB. Grayscale: #4E4E4E. Windows color (decimal): -8306924 or 1326977. OLE color: 1326977.

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

Color convert

RGB 129 63 20 -
CMYK 0 0.51 0.84 0.49
HSL 23.67º 0.73% 0.29% -
HSV(B) 23.67º 0.84% 0.51% -
XYZ 10.96 8.27 1.68 -
YUV 77.83 95.37 164.5 -
System Red Green Blue C M Y K H S L
Decimal 129 63 20 0 0.51 0.84 0.49 23.67 0.73 0.29
Hex 81 3F 14 0 33 54 31 18 49 1D
Octal 201 77 24 0 63 124 61 30 111 35
Binary 10000001 111111 10100 0 110011 1010100 110001 11000 1001001 11101

Color Harmonies of #813F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813F14

Black with #813F14

Text Example


Text Example

White with #813F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,63,20); }

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

background-color css

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

 a { background-color: rgb(129,63,20); }

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

border-color css

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

 span { border-color: rgb(129,63,20); }

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