#715602

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

Shades of Raw Umber #715602

Tints of Raw Umber #715602

Color information

#715602 (or 0x715602) is unknown color: approx Raw Umber. HEX triplet: 71, 56 and 02. RGB value is (113,86,2). Sum of RGB (Red+Green+Blue) = 113+86+2=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #715602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715602 is #8EA9FD. Grayscale: #545454. Windows color (decimal): -9349630 or 153201. OLE color: 153201.

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

Color convert

RGB113862-
CMYK00.240.980.56
HSL45.41º96.52%22.55%-
HSV(B)45.41º98.23%44.31%-
XYZ10.1510.171.49-
YUV84.581.45148.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.22%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=56.22%
G=42.79%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11386200.240.980.5645.4196.5222.55
Hex7156201862382d6117
Octal1611262030142705514127
Binary11100011010110100110001100010111000101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715602; }

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

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

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

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

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

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

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

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