#716849

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

Shades of Crocodile #716849

Tints of Crocodile #716849

Color information

#716849 (or 0x716849) is unknown color: approx Crocodile. HEX triplet: 71, 68 and 49. RGB value is (113,104,73). Sum of RGB (Red+Green+Blue) = 113+104+73=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #716849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716849 is #8E97B6. Grayscale: #676767. Windows color (decimal): -9344951 or 4810865. OLE color: 4810865.

HSL color Cylindrical-coordinate representation of color #716849: hue angle of 46.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716849 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB11310473-
CMYK00.080.350.56
HSL46.5º21.51%36.47%-
HSV(B)46.5º35.4%44.31%-
XYZ12.9613.898.3-
YUV103.16110.98135.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 104 (41.02% from 255) = 35.86%
BLUE value IS 73 (28.91% from 255) = 25.17%
R=38.97%
G=35.86%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131047300.080.350.5646.521.5136.47
Hex7168490823382e1624
Octal1611501110104370562644
Binary1110001110100010010010100010001111100010111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716849; }

 p { color: rgb(113,104,73); }

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

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

 a { background-color: rgb(113,104,73); }

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

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

 span { border-color: rgb(113,104,73); }

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