#715612

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

Shades of Raw Umber #715612

Tints of Raw Umber #715612

Color information

#715612 (or 0x715612) is unknown color: approx Raw Umber. HEX triplet: 71, 56 and 12. RGB value is (113,86,18). Sum of RGB (Red+Green+Blue) = 113+86+18=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #715612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715612 is #8EA9ED. Grayscale: #565656. Windows color (decimal): -9349614 or 1201777. OLE color: 1201777.

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

Color convert

RGB1138618-
CMYK00.240.840.56
HSL42.95º72.52%25.69%-
HSV(B)42.95º84.07%44.31%-
XYZ10.2510.212-
YUV86.3289.45147.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.07%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=52.07%
G=39.63%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113861800.240.840.5642.9572.5225.69
Hex71561201854382b491a
Octal16112622030124705311132
Binary11100011010110100100110001010100111000101011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715612; }

 p { color: rgb(113,86,18); }

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

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

 a { background-color: rgb(113,86,18); }

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

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

 span { border-color: rgb(113,86,18); }

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