#714607

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

Shades of Raw Umber #714607

Tints of Raw Umber #714607

Color information

#714607 (or 0x714607) is unknown color: approx Raw Umber. HEX triplet: 71, 46 and 07. RGB value is (113,70,7). Sum of RGB (Red+Green+Blue) = 113+70+7=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #714607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714607 is #8EB9F8. Grayscale: #4B4B4B. Windows color (decimal): -9353721 or 476785. OLE color: 476785.

HSL color Cylindrical-coordinate representation of color #714607: hue angle of 35.66º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #714607 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB113707-
CMYK00.380.940.56
HSL35.66º88.33%23.53%-
HSV(B)35.66º93.81%44.31%-
XYZ9.047.911.25-
YUV75.6889.25154.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.47%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=59.47%
G=36.84%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11370700.380.940.5635.6688.3323.53
Hex714670265E38245818
Octal1611067046136704413030
Binary1110001100011011101001101011110111000100100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714607; }

 p { color: rgb(113,70,7); }

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

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

 a { background-color: rgb(113,70,7); }

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

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

 span { border-color: rgb(113,70,7); }

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