Html Css Color HEX #814518 Russet

📋 copy color: '#814518'

red 129 ◦ green 69 ◦ blue 24

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

Shades of Russet #814518

Tints of Russet #814518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.08%

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

R = 58.11%
G = 31.08%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#814518 (or 0x814518) is known color: Russet. HEX triplet: 81, 45 and 18. RGB value is (129,69,24). Sum of RGB (Red+Green+Blue) = 129+69+24=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #814518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814518 is #7EBAE7. Grayscale: #525252. Windows color (decimal): -8305384 or 1590657. OLE color: 1590657.

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

Color convert

RGB 129 69 24 -
CMYK 0 0.47 0.81 0.49
HSL 25.71º 0.69% 0.3% -
HSV(B) 25.71º 0.81% 0.51% -
XYZ 11.35 8.99 2 -
YUV 81.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 129 69 24 0 0.47 0.81 0.49 25.71 0.69 0.3
Hex 81 45 18 0 2F 51 31 1A 45 1E
Octal 201 105 30 0 57 121 61 32 105 36
Binary 10000001 1000101 11000 0 101111 1010001 110001 11010 1000101 11110

Color Harmonies of #814518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814518

Black with #814518

Text Example


Text Example

White with #814518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814518; }

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

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

background-color css

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

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

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

border-color css

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

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

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