#715F01

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

Shades of Raw Umber #715F01

Tints of Raw Umber #715F01

Color information

#715F01 (or 0x715F01) is unknown color: approx Raw Umber. HEX triplet: 71, 5F and 01. RGB value is (113,95,1). Sum of RGB (Red+Green+Blue) = 113+95+1=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #715F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715F01 is #8EA0FE. Grayscale: #5A5A5A. Windows color (decimal): -9347327 or 89969. OLE color: 89969.

HSL color Cylindrical-coordinate representation of color #715F01: hue angle of 50.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #715F01 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB113951-
CMYK00.160.990.56
HSL50.36º98.25%22.35%-
HSV(B)50.36º99.12%44.31%-
XYZ10.9111.71.71-
YUV89.6777.96144.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 95 (37.5% from 255) = 45.45%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=54.07%
G=45.45%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11395100.160.990.5650.3698.2522.35
Hex715F10106338326216
Octal1611371020143706214226
Binary1110001101111110100001100011111000110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,95,1); }

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

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

 a { background-color: rgb(113,95,1); }

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

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

 span { border-color: rgb(113,95,1); }

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