Html Css Color HEX #814218 Russet

📋 copy color: '#814218'

red 129 ◦ green 66 ◦ blue 24

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

Shades of Russet #814218

Tints of Russet #814218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.96%

R = 58.9%
G = 30.14%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#814218 (or 0x814218) is known color: Russet. HEX triplet: 81, 42 and 18. RGB value is (129,66,24). Sum of RGB (Red+Green+Blue) = 129+66+24=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #814218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814218 is #7EBDE7. Grayscale: #505050. Windows color (decimal): -8306152 or 1589889. OLE color: 1589889.

HSL color Cylindrical-coordinate representation of color #814218: hue angle of 24º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #814218 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 66 24 -
CMYK 0 0.49 0.81 0.49
HSL 24º 0.69% 0.3% -
HSV(B) 24º 0.81% 0.51% -
XYZ 11.17 8.63 1.94 -
YUV 80.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 129 66 24 0 0.49 0.81 0.49 24 0.69 0.3
Hex 81 42 18 0 31 51 31 18 45 1E
Octal 201 102 30 0 61 121 61 30 105 36
Binary 10000001 1000010 11000 0 110001 1010001 110001 11000 1000101 11110

Color Harmonies of #814218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814218

Black with #814218

Text Example


Text Example

White with #814218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814218; }

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

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

background-color css

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

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

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

border-color css

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

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

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