Html Css Color HEX #814A19 Russet

📋 copy color: '#814A19'

red 129 ◦ green 74 ◦ blue 25

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

Shades of Russet #814A19

Tints of Russet #814A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.46%

 BLUE value IS 25 (10.16% from 255) = 10.96%

R = 56.58%
G = 32.46%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#814A19 (or 0x814A19) is known color: Russet. HEX triplet: 81, 4A and 19. RGB value is (129,74,25). Sum of RGB (Red+Green+Blue) = 129+74+25=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #814A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814A19 is #7EB5E6. Grayscale: #555555. Windows color (decimal): -8304103 or 1657473. OLE color: 1657473.

HSL color Cylindrical-coordinate representation of color #814A19: hue angle of 28.27º degrees, saturation: 0.68, 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 #814A19 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 74 25 -
CMYK 0 0.43 0.81 0.49
HSL 28.27º 0.68% 0.3% -
HSV(B) 28.27º 0.81% 0.51% -
XYZ 11.68 9.63 2.16 -
YUV 84.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 129 74 25 0 0.43 0.81 0.49 28.27 0.68 0.3
Hex 81 4A 19 0 2B 51 31 1C 44 1E
Octal 201 112 31 0 53 121 61 34 104 36
Binary 10000001 1001010 11001 0 101011 1010001 110001 11100 1000100 11110

Color Harmonies of #814A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814A19

Black with #814A19

Text Example


Text Example

White with #814A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814A19; }

 p { color: rgb(129,74,25); }

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

background-color css

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

 a { background-color: rgb(129,74,25); }

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

border-color css

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

 span { border-color: rgb(129,74,25); }

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