#714F10

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

Shades of Raw Umber #714F10

Tints of Raw Umber #714F10

Color information

#714F10 (or 0x714F10) is unknown color: approx Raw Umber. HEX triplet: 71, 4F and 10. RGB value is (113,79,16). Sum of RGB (Red+Green+Blue) = 113+79+16=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #714F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714F10 is #8EB0EF. Grayscale: #525252. Windows color (decimal): -9351408 or 1068913. OLE color: 1068913.

HSL color Cylindrical-coordinate representation of color #714F10: hue angle of 38.97º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #714F10 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1137916-
CMYK00.300.860.56
HSL38.97º75.19%25.29%-
HSV(B)38.97º85.84%44.31%-
XYZ9.79.141.74-
YUV81.9890.76150.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.33%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 16 (6.64% from 255) = 7.69%
R=54.33%
G=37.98%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113791600.300.860.5638.9775.1925.29
Hex714F1001E5638274b19
Octal16111720036126704711331
Binary11100011001111100000111101010110111000100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714F10; }

 p { color: rgb(113,79,16); }

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

<style>
 a { background-color: #714F10; }

 a { background-color: rgb(113,79,16); }

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

<style>
 span { border-color: #714F10; }

 span { border-color: rgb(113,79,16); }

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