Html Css Color HEX #814212 Russet

📋 copy color: '#814212'

red 129 ◦ green 66 ◦ blue 18

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

Shades of Russet #814212

Tints of Russet #814212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.99%

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

R = 60.56%
G = 30.99%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#814212 (or 0x814212) is known color: Russet. HEX triplet: 81, 42 and 12. RGB value is (129,66,18). Sum of RGB (Red+Green+Blue) = 129+66+18=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #814212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814212 is #7EBDED. Grayscale: #4F4F4F. Windows color (decimal): -8306158 or 1196673. OLE color: 1196673.

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

Color convert

RGB 129 66 18 -
CMYK 0 0.49 0.86 0.49
HSL 25.95º 0.76% 0.29% -
HSV(B) 25.95º 0.86% 0.51% -
XYZ 11.11 8.61 1.65 -
YUV 79.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 129 66 18 0 0.49 0.86 0.49 25.95 0.76 0.29
Hex 81 42 12 0 31 56 31 1A 4C 1D
Octal 201 102 22 0 61 126 61 32 114 35
Binary 10000001 1000010 10010 0 110001 1010110 110001 11010 1001100 11101

Color Harmonies of #814212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814212

Black with #814212

Text Example


Text Example

White with #814212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814212; }

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

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

background-color css

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

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

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

border-color css

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

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

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