#814904

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

Shades of Raw Umber #814904

Tints of Raw Umber #814904

Color information

#814904 (or 0x814904) is unknown color: approx Raw Umber. HEX triplet: 81, 49 and 04. RGB value is (129,73,4). Sum of RGB (Red+Green+Blue) = 129+73+4=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #814904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814904 is #7EB6FB. Grayscale: #525252. Windows color (decimal): -8304380 or 280961. OLE color: 280961.

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

Color convert

RGB129734-
CMYK00.430.970.49
HSL33.12º93.98%26.08%-
HSV(B)33.12º96.9%50.59%-
XYZ11.469.441.33-
YUV81.8884.05161.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.62%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 4 (1.95% from 255) = 1.94%
R=62.62%
G=35.44%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12973400.430.970.4933.1293.9826.08
Hex8149402B6131215e1a
Octal2011114053141614113632
Binary10000001100100110001010111100001110001100001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814904; }

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

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

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

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

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

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

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

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