Html Css Color HEX #814414 Russet

📋 copy color: '#814414'

red 129 ◦ green 68 ◦ blue 20

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

Shades of Russet #814414

Tints of Russet #814414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

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

R = 59.45%
G = 31.34%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#814414 (or 0x814414) is known color: Russet. HEX triplet: 81, 44 and 14. RGB value is (129,68,20). Sum of RGB (Red+Green+Blue) = 129+68+20=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #814414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814414 is #7EBBEB. Grayscale: #515151. Windows color (decimal): -8305644 or 1328257. OLE color: 1328257.

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

Color convert

RGB 129 68 20 -
CMYK 0 0.47 0.84 0.49
HSL 26.42º 0.73% 0.29% -
HSV(B) 26.42º 0.84% 0.51% -
XYZ 11.25 8.85 1.78 -
YUV 80.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 129 68 20 0 0.47 0.84 0.49 26.42 0.73 0.29
Hex 81 44 14 0 2F 54 31 1A 49 1D
Octal 201 104 24 0 57 124 61 32 111 35
Binary 10000001 1000100 10100 0 101111 1010100 110001 11010 1001001 11101

Color Harmonies of #814414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814414

Black with #814414

Text Example


Text Example

White with #814414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814414; }

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

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

background-color css

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

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

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

border-color css

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

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

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