Html Css Color HEX #814705 Raw Umber

📋 copy color: '#814705'

red 129 ◦ green 71 ◦ blue 5

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

Shades of Raw Umber #814705

Tints of Raw Umber #814705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.63%

 BLUE value IS 5 (2.34% from 255) = 2.44%

R = 62.93%
G = 34.63%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#814705 (or 0x814705) is known color: Raw Umber. HEX triplet: 81, 47 and 05. RGB value is (129,71,5). Sum of RGB (Red+Green+Blue) = 129+71+5=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #814705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814705 is #7EB8FA. Grayscale: #515151. Windows color (decimal): -8304891 or 345985. OLE color: 345985.

HSL color Cylindrical-coordinate representation of color #814705: hue angle of 31.94º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #814705 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 71 5 -
CMYK 0 0.45 0.96 0.49
HSL 31.94º 0.93% 0.26% -
HSV(B) 31.94º 0.96% 0.51% -
XYZ 11.33 9.18 1.32 -
YUV 80.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 129 71 5 0 0.45 0.96 0.49 31.94 0.93 0.26
Hex 81 47 5 0 2D 60 31 20 5D 1A
Octal 201 107 5 0 55 140 61 40 135 32
Binary 10000001 1000111 101 0 101101 1100000 110001 100000 1011101 11010

Color Harmonies of #814705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814705

Black with #814705

Text Example


Text Example

White with #814705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814705; }

 p { color: rgb(129,71,5); }

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

background-color css

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

 a { background-color: rgb(129,71,5); }

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

border-color css

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

 span { border-color: rgb(129,71,5); }

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