#736D4D

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

Shades of Crocodile #736D4D

Tints of Crocodile #736D4D

Color information

#736D4D (or 0x736D4D) is unknown color: approx Crocodile. HEX triplet: 73, 6D and 4D. RGB value is (115,109,77). Sum of RGB (Red+Green+Blue) = 115+109+77=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #736D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D4D is #8C92B2. Grayscale: #6B6B6B. Windows color (decimal): -9212595 or 5074291. OLE color: 5074291.

HSL color Cylindrical-coordinate representation of color #736D4D: hue angle of 50.53º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #736D4D is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB11510977-
CMYK00.050.330.55
HSL50.53º19.79%37.65%-
HSV(B)50.53º33.04%45.1%-
XYZ13.8815.129.21-
YUV107.15110.99133.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.21%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 77 (30.47% from 255) = 25.58%
R=38.21%
G=36.21%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151097700.050.330.5550.5319.7937.65
Hex736D4D052137331426
Octal163155115054167632446
Binary111001111011011001101010110000111011111001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736D4D; }

 p { color: rgb(115,109,77); }

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

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

 a { background-color: rgb(115,109,77); }

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

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

 span { border-color: rgb(115,109,77); }

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