#715007

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

Shades of Raw Umber #715007

Tints of Raw Umber #715007

Color information

#715007 (or 0x715007) is unknown color: approx Raw Umber. HEX triplet: 71, 50 and 07. RGB value is (113,80,7). Sum of RGB (Red+Green+Blue) = 113+80+7=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #715007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715007 is #8EAFF8. Grayscale: #515151. Windows color (decimal): -9351161 or 479345. OLE color: 479345.

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

Color convert

RGB113807-
CMYK00.290.940.56
HSL41.32º88.33%23.53%-
HSV(B)41.32º93.81%44.31%-
XYZ9.729.261.48-
YUV81.5485.93150.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.5%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 7 (3.12% from 255) = 3.5%
R=56.5%
G=40%
B=3.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11380700.290.940.5641.3288.3323.53
Hex7150701D5E38295818
Octal1611207035136705113030
Binary111000110100001110111011011110111000101001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715007; }

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

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

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

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

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

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

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

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