#716952

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

Shades of Crocodile #716952

Tints of Crocodile #716952

Color information

#716952 (or 0x716952) is unknown color: approx Crocodile. HEX triplet: 71, 69 and 52. RGB value is (113,105,82). Sum of RGB (Red+Green+Blue) = 113+105+82=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #716952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716952 is #8E96AD. Grayscale: #686868. Windows color (decimal): -9344686 or 5400945. OLE color: 5400945.

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

Color convert

RGB11310582-
CMYK00.070.270.56
HSL44.52º15.9%38.24%-
HSV(B)44.52º27.43%44.31%-
XYZ13.3814.2210.02-
YUV104.77115.15133.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.67%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=37.67%
G=35%
B=27.33%

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
Decimal1131058200.070.270.5644.5215.938.24
Hex716952071B382d1026
Octal161151122073370552046
Binary11100011101001101001001111101111100010110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716952; }

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

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

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

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

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

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

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

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