#715D10

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

Shades of Raw Umber #715D10

Tints of Raw Umber #715D10

Color information

#715D10 (or 0x715D10) is unknown color: approx Raw Umber. HEX triplet: 71, 5D and 10. RGB value is (113,93,16). Sum of RGB (Red+Green+Blue) = 113+93+16=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #715D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715D10 is #8EA2EF. Grayscale: #5A5A5A. Windows color (decimal): -9347824 or 1072497. OLE color: 1072497.

HSL color Cylindrical-coordinate representation of color #715D10: hue angle of 47.63º 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 #715D10 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1139316-
CMYK00.180.860.56
HSL47.63º75.19%25.29%-
HSV(B)47.63º85.84%44.31%-
XYZ10.8211.382.12-
YUV90.286.13144.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 93 (36.72% from 255) = 41.89%
BLUE value IS 16 (6.64% from 255) = 7.21%
R=50.90%
G=41.89%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113931600.180.860.5647.6375.1925.29
Hex715D100125638304b19
Octal16113520022126706011331
Binary11100011011101100000100101010110111000110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715D10; }

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

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

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

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

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

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

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

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