#814805

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

Shades of Raw Umber #814805

Tints of Raw Umber #814805

Color information

#814805 (or 0x814805) is unknown color: approx Raw Umber. HEX triplet: 81, 48 and 05. RGB value is (129,72,5). Sum of RGB (Red+Green+Blue) = 129+72+5=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #814805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814805 is #7EB7FA. Grayscale: #515151. Windows color (decimal): -8304635 or 346241. OLE color: 346241.

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

Color convert

RGB129725-
CMYK00.440.960.49
HSL32.42º92.54%26.27%-
HSV(B)32.42º96.12%50.59%-
XYZ11.49.311.34-
YUV81.484.88161.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.62%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 5 (2.34% from 255) = 2.43%
R=62.62%
G=34.95%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12972500.440.960.4932.4292.5426.27
Hex8148502C6031205d1a
Octal2011105054140614013532
Binary10000001100100010101011001100000110001100000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814805; }

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

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

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

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

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

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

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

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