Html Css Color HEX #814612 Russet

📋 copy color: '#814612'

red 129 ◦ green 70 ◦ blue 18

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

Shades of Russet #814612

Tints of Russet #814612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.26%

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

R = 59.45%
G = 32.26%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#814612 (or 0x814612) is known color: Russet. HEX triplet: 81, 46 and 12. RGB value is (129,70,18). Sum of RGB (Red+Green+Blue) = 129+70+18=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #814612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814612 is #7EB9ED. Grayscale: #515151. Windows color (decimal): -8305134 or 1197697. OLE color: 1197697.

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

Color convert

RGB 129 70 18 -
CMYK 0 0.46 0.86 0.49
HSL 28.11º 0.76% 0.29% -
HSV(B) 28.11º 0.86% 0.51% -
XYZ 11.35 9.09 1.73 -
YUV 81.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 129 70 18 0 0.46 0.86 0.49 28.11 0.76 0.29
Hex 81 46 12 0 2E 56 31 1C 4C 1D
Octal 201 106 22 0 56 126 61 34 114 35
Binary 10000001 1000110 10010 0 101110 1010110 110001 11100 1001100 11101

Color Harmonies of #814612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814612

Black with #814612

Text Example


Text Example

White with #814612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814612; }

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

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

background-color css

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

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

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

border-color css

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

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

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