#716845

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

Shades of Crocodile #716845

Tints of Crocodile #716845

Color information

#716845 (or 0x716845) is unknown color: approx Crocodile. HEX triplet: 71, 68 and 45. RGB value is (113,104,69). Sum of RGB (Red+Green+Blue) = 113+104+69=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #716845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716845 is #8E97BA. Grayscale: #666666. Windows color (decimal): -9344955 or 4548721. OLE color: 4548721.

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

Color convert

RGB11310469-
CMYK00.080.390.56
HSL47.73º24.18%35.69%-
HSV(B)47.73º38.94%44.31%-
XYZ12.8313.847.63-
YUV102.7108.98135.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=39.51%
G=36.36%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131046900.080.390.5647.7324.1835.69
Hex716845082738301824
Octal1611501050104770603044
Binary1110001110100010001010100010011111100011000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716845; }

 p { color: rgb(113,104,69); }

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

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

 a { background-color: rgb(113,104,69); }

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

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

 span { border-color: rgb(113,104,69); }

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