#715114

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

Shades of Raw Umber #715114

Tints of Raw Umber #715114

Color information

#715114 (or 0x715114) is unknown color: approx Raw Umber. HEX triplet: 71, 51 and 14. RGB value is (113,81,20). Sum of RGB (Red+Green+Blue) = 113+81+20=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #715114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715114 is #8EAEEB. Grayscale: #535353. Windows color (decimal): -9350892 or 1331569. OLE color: 1331569.

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

Color convert

RGB1138120-
CMYK00.280.820.56
HSL39.35º69.92%26.08%-
HSV(B)39.35º82.3%44.31%-
XYZ9.889.451.96-
YUV83.6192.1148.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 20 (8.20% from 255) = 9.35%
R=52.80%
G=37.85%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113812000.280.820.5639.3569.9226.08
Hex71511401C523827461a
Octal16112124034122704710632
Binary11100011010001101000111001010010111000100111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715114; }

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

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

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

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

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

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

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

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