Html Css Color HEX #814012 Russet

📋 copy color: '#814012'

red 129 ◦ green 64 ◦ blue 18

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

Shades of Russet #814012

Tints of Russet #814012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

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

R = 61.14%
G = 30.33%
B = 8.53%

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

#814012 (or 0x814012) is known color: Russet. HEX triplet: 81, 40 and 12. RGB value is (129,64,18). Sum of RGB (Red+Green+Blue) = 129+64+18=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #814012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814012 is #7EBFED. Grayscale: #4E4E4E. Windows color (decimal): -8306670 or 1196161. OLE color: 1196161.

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

Color convert

RGB 129 64 18 -
CMYK 0 0.50 0.86 0.49
HSL 24.86º 0.76% 0.29% -
HSV(B) 24.86º 0.86% 0.51% -
XYZ 11 8.38 1.61 -
YUV 78.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 129 64 18 0 0.50 0.86 0.49 24.86 0.76 0.29
Hex 81 40 12 0 32 56 31 19 4C 1D
Octal 201 100 22 0 62 126 61 31 114 35
Binary 10000001 1000000 10010 0 110010 1010110 110001 11001 1001100 11101

Color Harmonies of #814012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814012

Black with #814012

Text Example


Text Example

White with #814012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814012; }

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

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

background-color css

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

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

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

border-color css

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

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

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