Html Css Color HEX #814412 Russet

📋 copy color: '#814412'

red 129 ◦ green 68 ◦ blue 18

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

Shades of Russet #814412

Tints of Russet #814412

RGB

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

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

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

R = 60%
G = 31.63%
B = 8.37%

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

#814412 (or 0x814412) is known color: Russet. HEX triplet: 81, 44 and 12. RGB value is (129,68,18). Sum of RGB (Red+Green+Blue) = 129+68+18=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #814412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814412 is #7EBBED. Grayscale: #505050. Windows color (decimal): -8305646 or 1197185. OLE color: 1197185.

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

Color convert

RGB 129 68 18 -
CMYK 0 0.47 0.86 0.49
HSL 27.03º 0.76% 0.29% -
HSV(B) 27.03º 0.86% 0.51% -
XYZ 11.23 8.85 1.69 -
YUV 80.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 129 68 18 0 0.47 0.86 0.49 27.03 0.76 0.29
Hex 81 44 12 0 2F 56 31 1B 4C 1D
Octal 201 104 22 0 57 126 61 33 114 35
Binary 10000001 1000100 10010 0 101111 1010110 110001 11011 1001100 11101

Color Harmonies of #814412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814412

Black with #814412

Text Example


Text Example

White with #814412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814412; }

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

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

background-color css

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

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

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

border-color css

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

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

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