Html Css Color HEX #814112 Russet

📋 copy color: '#814112'

red 129 ◦ green 65 ◦ blue 18

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

Shades of Russet #814112

Tints of Russet #814112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

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

R = 60.85%
G = 30.66%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#814112 (or 0x814112) is known color: Russet. HEX triplet: 81, 41 and 12. RGB value is (129,65,18). Sum of RGB (Red+Green+Blue) = 129+65+18=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #814112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814112 is #7EBEED. Grayscale: #4F4F4F. Windows color (decimal): -8306414 or 1196417. OLE color: 1196417.

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

Color convert

RGB 129 65 18 -
CMYK 0 0.50 0.86 0.49
HSL 25.41º 0.76% 0.29% -
HSV(B) 25.41º 0.86% 0.51% -
XYZ 11.05 8.49 1.63 -
YUV 78.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 129 65 18 0 0.50 0.86 0.49 25.41 0.76 0.29
Hex 81 41 12 0 32 56 31 19 4C 1D
Octal 201 101 22 0 62 126 61 31 114 35
Binary 10000001 1000001 10010 0 110010 1010110 110001 11001 1001100 11101

Color Harmonies of #814112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814112

Black with #814112

Text Example


Text Example

White with #814112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814112; }

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

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

background-color css

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

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

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

border-color css

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

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

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