#715013

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

Shades of Raw Umber #715013

Tints of Raw Umber #715013

Color information

#715013 (or 0x715013) is unknown color: approx Raw Umber. HEX triplet: 71, 50 and 13. RGB value is (113,80,19). Sum of RGB (Red+Green+Blue) = 113+80+19=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #715013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715013 is #8EAFEC. Grayscale: #535353. Windows color (decimal): -9351149 or 1265777. OLE color: 1265777.

HSL color Cylindrical-coordinate representation of color #715013: hue angle of 38.94º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #715013 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB1138019-
CMYK00.290.830.56
HSL38.94º71.21%25.88%-
HSV(B)38.94º83.19%44.31%-
XYZ9.89.31.89-
YUV82.9191.93149.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.30%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=53.30%
G=37.74%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113801900.290.830.5638.9471.2125.88
Hex71501301D533827471a
Octal16112023035123704710732
Binary11100011010000100110111011010011111000100111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715013; }

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

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

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

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

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

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

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

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