#715704

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

Shades of Raw Umber #715704

Tints of Raw Umber #715704

Color information

#715704 (or 0x715704) is unknown color: approx Raw Umber. HEX triplet: 71, 57 and 04. RGB value is (113,87,4). Sum of RGB (Red+Green+Blue) = 113+87+4=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #715704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715704 is #8EA8FB. Grayscale: #555555. Windows color (decimal): -9349372 or 284529. OLE color: 284529.

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

Color convert

RGB113874-
CMYK00.230.960.56
HSL45.69º93.16%22.94%-
HSV(B)45.69º96.46%44.31%-
XYZ10.2410.341.57-
YUV85.3182.11147.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 87 (34.38% from 255) = 42.65%
BLUE value IS 4 (1.95% from 255) = 1.96%
R=55.39%
G=42.65%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11387400.230.960.5645.6993.1622.94
Hex7157401760382e5d17
Octal1611274027140705613527
Binary111000110101111000101111100000111000101110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715704; }

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

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

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

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

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

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

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

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