#736B4D

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

Shades of Crocodile #736B4D

Tints of Crocodile #736B4D

Color information

#736B4D (or 0x736B4D) is unknown color: approx Crocodile. HEX triplet: 73, 6B and 4D. RGB value is (115,107,77). Sum of RGB (Red+Green+Blue) = 115+107+77=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #736B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B4D is #8C94B2. Grayscale: #6A6A6A. Windows color (decimal): -9213107 or 5073779. OLE color: 5073779.

HSL color Cylindrical-coordinate representation of color #736B4D: hue angle of 47.37º 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 #736B4D is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB11510777-
CMYK00.070.330.55
HSL47.37º19.79%37.65%-
HSV(B)47.37º33.04%45.1%-
XYZ13.6714.79.14-
YUV105.97111.65134.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.46%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 77 (30.47% from 255) = 25.75%
R=38.46%
G=35.79%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151077700.070.330.5547.3719.7937.65
Hex736B4D0721372f1426
Octal163153115074167572446
Binary111001111010111001101011110000111011110111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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