#715C00

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

Shades of Raw Umber #715C00

Tints of Raw Umber #715C00

Color information

#715C00 (or 0x715C00) is unknown color: approx Raw Umber. HEX triplet: 71, 5C and 00. RGB value is (113,92,0). Sum of RGB (Red+Green+Blue) = 113+92+0=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #715C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715C00 is #8EA3FF. Grayscale: #585858. Windows color (decimal): -9348096 or 23665. OLE color: 23665.

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

Color convert

RGB113920-
CMYK00.1910.56
HSL48.85º100%22.16%-
HSV(B)48.85º100%44.31%-
XYZ10.6411.171.59-
YUV87.7978.46145.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.12%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.12%
G=44.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11392000.1910.5648.8510022.16
Hex715C00136438316416
Octal1611340023144706114426
Binary1110001101110000100111100100111000110001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,92,0); }

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

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

 a { background-color: rgb(113,92,0); }

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

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

 span { border-color: rgb(113,92,0); }

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