#715407

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

Shades of Raw Umber #715407

Tints of Raw Umber #715407

Color information

#715407 (or 0x715407) is unknown color: approx Raw Umber. HEX triplet: 71, 54 and 07. RGB value is (113,84,7). Sum of RGB (Red+Green+Blue) = 113+84+7=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #715407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715407 is #8EABF8. Grayscale: #545454. Windows color (decimal): -9350137 or 480369. OLE color: 480369.

HSL color Cylindrical-coordinate representation of color #715407: hue angle of 43.58º 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 #715407 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB113847-
CMYK00.260.940.56
HSL43.58º88.33%23.53%-
HSV(B)43.58º93.81%44.31%-
XYZ10.029.871.58-
YUV83.8984.61148.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 7 (3.12% from 255) = 3.43%
R=55.39%
G=41.18%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11384700.260.940.5643.5888.3323.53
Hex7154701A5E382c5818
Octal1611247032136705413030
Binary111000110101001110110101011110111000101100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715407; }

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

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

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

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

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

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

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

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