#814705

Color #814705 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #814705

Tints of Raw Umber #814705

Color information

#814705 (or 0x814705) is unknown color: approx 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

RGB129715-
CMYK00.450.960.49
HSL31.94º92.54%26.27%-
HSV(B)31.94º96.12%50.59%-
XYZ11.339.181.32-
YUV80.8285.22162.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.93%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12971500.450.960.4931.9492.5426.27
Hex8147502D6031205d1a
Octal2011075055140614013532
Binary10000001100011110101011011100000110001100000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>