Html Css Color HEX #814013 Russet

📋 copy color: '#814013'

red 129 ◦ green 64 ◦ blue 19

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

Shades of Russet #814013

Tints of Russet #814013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

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

R = 60.85%
G = 30.19%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#814013 (or 0x814013) is known color: Russet. HEX triplet: 81, 40 and 13. RGB value is (129,64,19). Sum of RGB (Red+Green+Blue) = 129+64+19=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #814013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814013 is #7EBFEC. Grayscale: #4E4E4E. Windows color (decimal): -8306669 or 1261697. OLE color: 1261697.

HSL color Cylindrical-coordinate representation of color #814013: hue angle of 24.55º 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 #814013 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 64 19 -
CMYK 0 0.50 0.85 0.49
HSL 24.55º 0.74% 0.29% -
HSV(B) 24.55º 0.85% 0.51% -
XYZ 11 8.38 1.65 -
YUV 78.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 129 64 19 0 0.50 0.85 0.49 24.55 0.74 0.29
Hex 81 40 13 0 32 55 31 19 4A 1D
Octal 201 100 23 0 62 125 61 31 112 35
Binary 10000001 1000000 10011 0 110010 1010101 110001 11001 1001010 11101

Color Harmonies of #814013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814013

Black with #814013

Text Example


Text Example

White with #814013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814013; }

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

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

background-color css

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

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

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

border-color css

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

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

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