#814F02

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

Shades of Raw Umber #814F02

Tints of Raw Umber #814F02

Color information

#814F02 (or 0x814F02) is unknown color: approx Raw Umber. HEX triplet: 81, 4F and 02. RGB value is (129,79,2). Sum of RGB (Red+Green+Blue) = 129+79+2=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #814F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814F02 is #7EB0FD. Grayscale: #555555. Windows color (decimal): -8302846 or 151425. OLE color: 151425.

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

Color convert

RGB129792-
CMYK00.390.980.49
HSL36.38º96.95%25.69%-
HSV(B)36.38º98.45%50.59%-
XYZ11.8610.261.41-
YUV85.1781.06159.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.43%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=61.43%
G=37.62%
B=0.95%

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
Decimal12979200.390.980.4936.3896.9525.69
Hex814F2027623124611a
Octal2011172047142614414132
Binary1000000110011111001001111100010110001100100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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