Html Css Color HEX #814520 Russet

📋 copy color: '#814520'

red 129 ◦ green 69 ◦ blue 32

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

Shades of Russet #814520

Tints of Russet #814520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.91%

R = 56.09%
G = 30%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#814520 (or 0x814520) is known color: Russet. HEX triplet: 81, 45 and 20. RGB value is (129,69,32). Sum of RGB (Red+Green+Blue) = 129+69+32=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #814520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814520 is #7EBADF. Grayscale: #525252. Windows color (decimal): -8305376 or 2114945. OLE color: 2114945.

HSL color Cylindrical-coordinate representation of color #814520: hue angle of 22.89º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #814520 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 69 32 -
CMYK 0 0.47 0.75 0.49
HSL 22.89º 0.6% 0.32% -
HSV(B) 22.89º 0.75% 0.51% -
XYZ 11.44 9.03 2.51 -
YUV 82.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 129 69 32 0 0.47 0.75 0.49 22.89 0.6 0.32
Hex 81 45 20 0 2F 4B 31 17 3C 20
Octal 201 105 40 0 57 113 61 27 74 40
Binary 10000001 1000101 100000 0 101111 1001011 110001 10111 111100 100000

Color Harmonies of #814520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814520

Black with #814520

Text Example


Text Example

White with #814520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814520; }

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

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

background-color css

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

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

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

border-color css

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

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

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