#814A03

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

Shades of Raw Umber #814A03

Tints of Raw Umber #814A03

Color information

#814A03 (or 0x814A03) is unknown color: approx Raw Umber. HEX triplet: 81, 4A and 03. RGB value is (129,74,3). Sum of RGB (Red+Green+Blue) = 129+74+3=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #814A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814A03 is #7EB5FC. Grayscale: #525252. Windows color (decimal): -8304125 or 215681. OLE color: 215681.

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

Color convert

RGB129743-
CMYK00.430.980.49
HSL33.81º95.45%25.88%-
HSV(B)33.81º97.67%50.59%-
XYZ11.529.571.33-
YUV82.3583.22161.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.62%
GREEN value IS 74 (29.30% from 255) = 35.92%
BLUE value IS 3 (1.56% from 255) = 1.46%
R=62.62%
G=35.92%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12974300.430.980.4933.8195.4525.88
Hex814A302B6231225f1a
Octal2011123053142614213732
Binary1000000110010101101010111100010110001100010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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