#716C52

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

Shades of Crocodile #716C52

Tints of Crocodile #716C52

Color information

#716C52 (or 0x716C52) is unknown color: approx Crocodile. HEX triplet: 71, 6C and 52. RGB value is (113,108,82). Sum of RGB (Red+Green+Blue) = 113+108+82=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #716C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C52 is #8E93AD. Grayscale: #6A6A6A. Windows color (decimal): -9343918 or 5401713. OLE color: 5401713.

HSL color Cylindrical-coordinate representation of color #716C52: hue angle of 50.32º 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 #716C52 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB11310882-
CMYK00.040.270.56
HSL50.32º15.9%38.24%-
HSV(B)50.32º27.43%44.31%-
XYZ13.714.8510.13-
YUV106.53114.16132.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=37.29%
G=35.64%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131088200.040.270.5650.3215.938.24
Hex716C52041B38321026
Octal161154122043370622046
Binary11100011101100101001001001101111100011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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