#715002

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

Shades of Raw Umber #715002

Tints of Raw Umber #715002

Color information

#715002 (or 0x715002) is unknown color: approx Raw Umber. HEX triplet: 71, 50 and 02. RGB value is (113,80,2). Sum of RGB (Red+Green+Blue) = 113+80+2=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #715002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715002 is #8EAFFD. Grayscale: #515151. Windows color (decimal): -9351166 or 151665. OLE color: 151665.

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

Color convert

RGB113802-
CMYK00.290.980.56
HSL42.16º96.52%22.55%-
HSV(B)42.16º98.23%44.31%-
XYZ9.699.251.33-
YUV80.9783.43150.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=57.95%
G=41.03%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11380200.290.980.5642.1696.5222.55
Hex7150201D62382a6117
Octal1611202035142705214127
Binary11100011010000100111011100010111000101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715002; }

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

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

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

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

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

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

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

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