#814F0B

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

Shades of Raw Umber #814F0B

Tints of Raw Umber #814F0B

Color information

#814F0B (or 0x814F0B) is unknown color: approx Raw Umber. HEX triplet: 81, 4F and 0B. RGB value is (129,79,11). Sum of RGB (Red+Green+Blue) = 129+79+11=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #814F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814F0B is #7EB0F4. Grayscale: #565656. Windows color (decimal): -8302837 or 741249. OLE color: 741249.

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

Color convert

RGB1297911-
CMYK00.390.910.49
HSL34.58º84.29%27.45%-
HSV(B)34.58º91.47%50.59%-
XYZ11.9110.281.67-
YUV86.285.56158.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.90%
GREEN value IS 79 (31.25% from 255) = 36.07%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=58.90%
G=36.07%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129791100.390.910.4934.5884.2927.45
Hex814FB0275B3123541b
Octal20111713047133614312433
Binary100000011001111101101001111011011110001100011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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