#814905

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

Shades of Raw Umber #814905

Tints of Raw Umber #814905

Color information

#814905 (or 0x814905) is unknown color: approx Raw Umber. HEX triplet: 81, 49 and 05. RGB value is (129,73,5). Sum of RGB (Red+Green+Blue) = 129+73+5=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #814905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814905 is #7EB6FA. Grayscale: #525252. Windows color (decimal): -8304379 or 346497. OLE color: 346497.

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

Color convert

RGB129735-
CMYK00.430.960.49
HSL32.9º92.54%26.27%-
HSV(B)32.9º96.12%50.59%-
XYZ11.469.441.36-
YUV81.9984.55161.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.32%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 5 (2.34% from 255) = 2.42%
R=62.32%
G=35.27%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12973500.430.960.4932.992.5426.27
Hex8149502B6031215d1a
Octal2011115053140614113532
Binary10000001100100110101010111100000110001100001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814905; }

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

 H1.HeaderClassName
 {
   color: #814905;
 }
 .AnyTagClassName
 {
   color: #814905;
 }
</style>
background-color css

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

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

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

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

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

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