#715C10

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

Shades of Raw Umber #715C10

Tints of Raw Umber #715C10

Color information

#715C10 (or 0x715C10) is unknown color: approx Raw Umber. HEX triplet: 71, 5C and 10. RGB value is (113,92,16). Sum of RGB (Red+Green+Blue) = 113+92+16=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #715C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715C10 is #8EA3EF. Grayscale: #595959. Windows color (decimal): -9348080 or 1072241. OLE color: 1072241.

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

Color convert

RGB1139216-
CMYK00.190.860.56
HSL47.01º75.19%25.29%-
HSV(B)47.01º85.84%44.31%-
XYZ10.7311.22.09-
YUV89.6286.46144.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.13%
GREEN value IS 92 (36.33% from 255) = 41.63%
BLUE value IS 16 (6.64% from 255) = 7.24%
R=51.13%
G=41.63%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113921600.190.860.5647.0175.1925.29
Hex715C1001356382f4b19
Octal16113420023126705711331
Binary11100011011100100000100111010110111000101111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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