#814A00

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

Shades of Raw Umber #814A00

Tints of Raw Umber #814A00

Color information

#814A00 (or 0x814A00) is unknown color: approx Raw Umber. HEX triplet: 81, 4A and 00. RGB value is (129,74,0). Sum of RGB (Red+Green+Blue) = 129+74+0=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #814A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814A00 is #7EB5FF. Grayscale: #525252. Windows color (decimal): -8304128 or 19073. OLE color: 19073.

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

Color convert

RGB129740-
CMYK00.4310.49
HSL34.42º100%25.29%-
HSV(B)34.42º100%50.59%-
XYZ11.59.561.24-
YUV82.0181.72161.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.55%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.55%
G=36.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12974000.4310.4934.4210025.29
Hex814A002B6431226419
Octal2011120053144614214431
Binary100000011001010001010111100100110001100010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814A00; }

 p { color: rgb(129,74,0); }

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

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

 a { background-color: rgb(129,74,0); }

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

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

 span { border-color: rgb(129,74,0); }

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