#716B53

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

Shades of Crocodile #716B53

Tints of Crocodile #716B53

Color information

#716B53 (or 0x716B53) is unknown color: approx Crocodile. HEX triplet: 71, 6B and 53. RGB value is (113,107,83). Sum of RGB (Red+Green+Blue) = 113+107+83=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #716B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B53 is #8E94AC. Grayscale: #6A6A6A. Windows color (decimal): -9344173 or 5466993. OLE color: 5466993.

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

Color convert

RGB11310783-
CMYK00.050.270.56
HSL48º15.31%38.43%-
HSV(B)48º26.55%44.31%-
XYZ13.6314.6510.29-
YUV106.06114.99132.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=37.29%
G=35.31%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131078300.050.270.564815.3138.43
Hex716B53051B3830f26
Octal161153123053370601746
Binary1110001110101110100110101110111110001100001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,107,83); }

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

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

 a { background-color: rgb(113,107,83); }

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

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

 span { border-color: rgb(113,107,83); }

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