Html Css Color HEX #814A11 Russet

📋 copy color: '#814A11'

red 129 ◦ green 74 ◦ blue 17

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

Shades of Russet #814A11

Tints of Russet #814A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.64%

 BLUE value IS 17 (7.03% from 255) = 7.73%

R = 58.64%
G = 33.64%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#814A11 (or 0x814A11) is known color: Russet. HEX triplet: 81, 4A and 11. RGB value is (129,74,17). Sum of RGB (Red+Green+Blue) = 129+74+17=220 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.64% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 129 - color contains mainly: red. Hex color #814A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814A11 is #7EB5EE. Grayscale: #545454. Windows color (decimal): -8304111 or 1133185. OLE color: 1133185.

HSL color Cylindrical-coordinate representation of color #814A11: hue angle of 30.54º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #814A11 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 74 17 -
CMYK 0 0.43 0.87 0.49
HSL 30.54º 0.77% 0.29% -
HSV(B) 30.54º 0.87% 0.51% -
XYZ 11.6 9.61 1.77 -
YUV 83.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 129 74 17 0 0.43 0.87 0.49 30.54 0.77 0.29
Hex 81 4A 11 0 2B 57 31 1F 4D 1D
Octal 201 112 21 0 53 127 61 37 115 35
Binary 10000001 1001010 10001 0 101011 1010111 110001 11111 1001101 11101

Color Harmonies of #814A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814A11

Black with #814A11

Text Example


Text Example

White with #814A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814A11; }

 p { color: rgb(129,74,17); }

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

background-color css

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

 a { background-color: rgb(129,74,17); }

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

border-color css

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

 span { border-color: rgb(129,74,17); }

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