#715A04

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

Shades of Raw Umber #715A04

Tints of Raw Umber #715A04

Color information

#715A04 (or 0x715A04) is unknown color: approx Raw Umber. HEX triplet: 71, 5A and 04. RGB value is (113,90,4). Sum of RGB (Red+Green+Blue) = 113+90+4=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #715A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715A04 is #8EA5FB. Grayscale: #575757. Windows color (decimal): -9348604 or 285297. OLE color: 285297.

HSL color Cylindrical-coordinate representation of color #715A04: hue angle of 47.34º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #715A04 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB113904-
CMYK00.200.960.56
HSL47.34º93.16%22.94%-
HSV(B)47.34º96.46%44.31%-
XYZ10.4910.831.65-
YUV87.0781.12146.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 90 (35.55% from 255) = 43.48%
BLUE value IS 4 (1.95% from 255) = 1.93%
R=54.59%
G=43.48%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11390400.200.960.5647.3493.1622.94
Hex715A401460382f5d17
Octal1611324024140705713527
Binary111000110110101000101001100000111000101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,90,4); }

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

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

 a { background-color: rgb(113,90,4); }

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

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

 span { border-color: rgb(113,90,4); }

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