#716A52

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

Shades of Crocodile #716A52

Tints of Crocodile #716A52

Color information

#716A52 (or 0x716A52) is unknown color: approx Crocodile. HEX triplet: 71, 6A and 52. RGB value is (113,106,82). Sum of RGB (Red+Green+Blue) = 113+106+82=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #716A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A52 is #8E95AD. Grayscale: #696969. Windows color (decimal): -9344430 or 5401201. OLE color: 5401201.

HSL color Cylindrical-coordinate representation of color #716A52: hue angle of 46.45º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #716A52 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB11310682-
CMYK00.060.270.56
HSL46.45º15.9%38.24%-
HSV(B)46.45º27.43%44.31%-
XYZ13.4914.4310.06-
YUV105.36114.82133.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=37.54%
G=35.22%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131068200.060.270.5646.4515.938.24
Hex716A52061B382e1026
Octal161152122063370562046
Binary11100011101010101001001101101111100010111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716A52; }

 p { color: rgb(113,106,82); }

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

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

 a { background-color: rgb(113,106,82); }

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

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

 span { border-color: rgb(113,106,82); }

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