Html Css Color HEX #814512 Russet

📋 copy color: '#814512'

red 129 ◦ green 69 ◦ blue 18

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

Shades of Russet #814512

Tints of Russet #814512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.94%

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

R = 59.72%
G = 31.94%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#814512 (or 0x814512) is known color: Russet. HEX triplet: 81, 45 and 12. RGB value is (129,69,18). Sum of RGB (Red+Green+Blue) = 129+69+18=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #814512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814512 is #7EBAED. Grayscale: #515151. Windows color (decimal): -8305390 or 1197441. OLE color: 1197441.

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

Color convert

RGB 129 69 18 -
CMYK 0 0.47 0.86 0.49
HSL 27.57º 0.76% 0.29% -
HSV(B) 27.57º 0.86% 0.51% -
XYZ 11.29 8.97 1.71 -
YUV 81.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 129 69 18 0 0.47 0.86 0.49 27.57 0.76 0.29
Hex 81 45 12 0 2F 56 31 1C 4C 1D
Octal 201 105 22 0 57 126 61 34 114 35
Binary 10000001 1000101 10010 0 101111 1010110 110001 11100 1001100 11101

Color Harmonies of #814512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814512

Black with #814512

Text Example


Text Example

White with #814512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814512; }

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

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

background-color css

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

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

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

border-color css

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

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

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