#716002

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

Shades of Raw Umber #716002

Tints of Raw Umber #716002

Color information

#716002 (or 0x716002) is unknown color: approx Raw Umber. HEX triplet: 71, 60 and 02. RGB value is (113,96,2). Sum of RGB (Red+Green+Blue) = 113+96+2=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #716002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716002 is #8E9FFD. Grayscale: #5A5A5A. Windows color (decimal): -9347070 or 155761. OLE color: 155761.

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

Color convert

RGB113962-
CMYK00.150.980.56
HSL50.81º96.52%22.55%-
HSV(B)50.81º98.23%44.31%-
XYZ1111.881.77-
YUV90.3778.13144.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.55%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=53.55%
G=45.50%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11396200.150.980.5650.8196.5222.55
Hex716020F6238336117
Octal1611402017142706314127
Binary1110001110000010011111100010111000110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716002; }

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

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

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

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

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

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

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

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