#716953

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

Shades of Crocodile #716953

Tints of Crocodile #716953

Color information

#716953 (or 0x716953) is unknown color: approx Crocodile. HEX triplet: 71, 69 and 53. RGB value is (113,105,83). Sum of RGB (Red+Green+Blue) = 113+105+83=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #716953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716953 is #8E96AC. Grayscale: #686868. Windows color (decimal): -9344685 or 5466481. OLE color: 5466481.

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

Color convert

RGB11310583-
CMYK00.070.270.56
HSL44º15.31%38.43%-
HSV(B)44º26.55%44.31%-
XYZ13.4214.2410.22-
YUV104.88115.65133.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 83 (32.81% from 255) = 27.57%
R=37.54%
G=34.88%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131058300.070.270.564415.3138.43
Hex716953071B382cf26
Octal161151123073370541746
Binary1110001110100110100110111110111110001011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716953; }

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

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

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

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

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

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

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

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