#715E0A

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

Shades of Raw Umber #715E0A

Tints of Raw Umber #715E0A

Color information

#715E0A (or 0x715E0A) is unknown color: approx Raw Umber. HEX triplet: 71, 5E and 0A. RGB value is (113,94,10). Sum of RGB (Red+Green+Blue) = 113+94+10=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #715E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715E0A is #8EA1F5. Grayscale: #5A5A5A. Windows color (decimal): -9347574 or 679537. OLE color: 679537.

HSL color Cylindrical-coordinate representation of color #715E0A: hue angle of 48.93º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #715E0A is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1139410-
CMYK00.170.910.56
HSL48.93º83.74%24.12%-
HSV(B)48.93º91.15%44.31%-
XYZ10.8711.541.94-
YUV90.182.79144.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.07%
GREEN value IS 94 (37.11% from 255) = 43.32%
BLUE value IS 10 (4.30% from 255) = 4.61%
R=52.07%
G=43.32%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113941000.170.910.5648.9383.7424.12
Hex715EA0115B38315418
Octal16113612021133706112430
Binary1110001101111010100100011011011111000110001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,94,10); }

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

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

 a { background-color: rgb(113,94,10); }

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

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

 span { border-color: rgb(113,94,10); }

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