Html Css Color HEX #814712 Russet

📋 copy color: '#814712'

red 129 ◦ green 71 ◦ blue 18

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

Shades of Russet #814712

Tints of Russet #814712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 59.17%
G = 32.57%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#814712 (or 0x814712) is known color: Russet. HEX triplet: 81, 47 and 12. RGB value is (129,71,18). Sum of RGB (Red+Green+Blue) = 129+71+18=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #814712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814712 is #7EB8ED. Grayscale: #525252. Windows color (decimal): -8304878 or 1197953. OLE color: 1197953.

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

Color convert

RGB 129 71 18 -
CMYK 0 0.45 0.86 0.49
HSL 28.65º 0.76% 0.29% -
HSV(B) 28.65º 0.86% 0.51% -
XYZ 11.42 9.22 1.75 -
YUV 82.3 91.72 161.31 -
System Red Green Blue C M Y K H S L
Decimal 129 71 18 0 0.45 0.86 0.49 28.65 0.76 0.29
Hex 81 47 12 0 2D 56 31 1D 4C 1D
Octal 201 107 22 0 55 126 61 35 114 35
Binary 10000001 1000111 10010 0 101101 1010110 110001 11101 1001100 11101

Color Harmonies of #814712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814712

Black with #814712

Text Example


Text Example

White with #814712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814712; }

 p { color: rgb(129,71,18); }

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

background-color css

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

 a { background-color: rgb(129,71,18); }

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

border-color css

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

 span { border-color: rgb(129,71,18); }

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