#716D52

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

Shades of Crocodile #716D52

Tints of Crocodile #716D52

Color information

#716D52 (or 0x716D52) is unknown color: approx Crocodile. HEX triplet: 71, 6D and 52. RGB value is (113,109,82). Sum of RGB (Red+Green+Blue) = 113+109+82=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #716D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D52 is #8E92AD. Grayscale: #6B6B6B. Windows color (decimal): -9343662 or 5401969. OLE color: 5401969.

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

Color convert

RGB11310982-
CMYK00.040.270.56
HSL52.26º15.9%38.24%-
HSV(B)52.26º27.43%44.31%-
XYZ13.815.0610.16-
YUV107.12113.83132.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 109 (42.97% from 255) = 35.86%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=37.17%
G=35.86%
B=26.97%

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
Decimal1131098200.040.270.5652.2615.938.24
Hex716D52041B38341026
Octal161155122043370642046
Binary11100011101101101001001001101111100011010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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