#716747

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

Shades of Crocodile #716747

Tints of Crocodile #716747

Color information

#716747 (or 0x716747) is unknown color: approx Crocodile. HEX triplet: 71, 67 and 47. RGB value is (113,103,71). Sum of RGB (Red+Green+Blue) = 113+103+71=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #716747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716747 is #8E98B8. Grayscale: #666666. Windows color (decimal): -9345209 or 4679537. OLE color: 4679537.

HSL color Cylindrical-coordinate representation of color #716747: hue angle of 45.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #716747 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB11310371-
CMYK00.090.370.56
HSL45.71º22.83%36.08%-
HSV(B)45.71º37.17%44.31%-
XYZ12.813.677.92-
YUV102.34110.31135.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 71 (28.12% from 255) = 24.74%
R=39.37%
G=35.89%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131037100.090.370.5645.7122.8336.08
Hex7167470925382e1724
Octal1611471070114570562744
Binary1110001110011110001110100110010111100010111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716747; }

 p { color: rgb(113,103,71); }

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

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

 a { background-color: rgb(113,103,71); }

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

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

 span { border-color: rgb(113,103,71); }

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