#715113

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

Shades of Raw Umber #715113

Tints of Raw Umber #715113

Color information

#715113 (or 0x715113) is unknown color: approx Raw Umber. HEX triplet: 71, 51 and 13. RGB value is (113,81,19). Sum of RGB (Red+Green+Blue) = 113+81+19=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #715113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715113 is #8EAEEC. Grayscale: #535353. Windows color (decimal): -9350893 or 1266033. OLE color: 1266033.

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

Color convert

RGB1138119-
CMYK00.280.830.56
HSL39.57º71.21%25.88%-
HSV(B)39.57º83.19%44.31%-
XYZ9.879.441.92-
YUV83.591.6149.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 81 (32.03% from 255) = 38.03%
BLUE value IS 19 (7.81% from 255) = 8.92%
R=53.05%
G=38.03%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113811900.280.830.5639.5771.2125.88
Hex71511301C533828471a
Octal16112123034123705010732
Binary11100011010001100110111001010011111000101000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715113; }

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

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

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

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

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

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

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

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