#814F03

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

Shades of Raw Umber #814F03

Tints of Raw Umber #814F03

Color information

#814F03 (or 0x814F03) is unknown color: approx Raw Umber. HEX triplet: 81, 4F and 03. RGB value is (129,79,3). Sum of RGB (Red+Green+Blue) = 129+79+3=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #814F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814F03 is #7EB0FC. Grayscale: #555555. Windows color (decimal): -8302845 or 216961. OLE color: 216961.

HSL color Cylindrical-coordinate representation of color #814F03: hue angle of 36.19º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #814F03 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB129793-
CMYK00.390.980.49
HSL36.19º95.45%25.88%-
HSV(B)36.19º97.67%50.59%-
XYZ11.8710.271.44-
YUV85.2981.56159.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.14%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=61.14%
G=37.44%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12979300.390.980.4936.1995.4525.88
Hex814F30276231245f1a
Octal2011173047142614413732
Binary1000000110011111101001111100010110001100100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,79,3); }

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

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

 a { background-color: rgb(129,79,3); }

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

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

 span { border-color: rgb(129,79,3); }

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