#736D51

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

Shades of Crocodile #736D51

Tints of Crocodile #736D51

Color information

#736D51 (or 0x736D51) is unknown color: approx Crocodile. HEX triplet: 73, 6D and 51. RGB value is (115,109,81). Sum of RGB (Red+Green+Blue) = 115+109+81=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #736D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D51 is #8C92AE. Grayscale: #6B6B6B. Windows color (decimal): -9212591 or 5336435. OLE color: 5336435.

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

Color convert

RGB11510981-
CMYK00.050.300.55
HSL49.41º17.35%38.43%-
HSV(B)49.41º29.57%45.1%-
XYZ14.0215.189.97-
YUV107.6112.99133.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=37.70%
G=35.74%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151098100.050.300.5549.4117.3538.43
Hex736D51051E37311126
Octal163155121053667612146
Binary11100111101101101000101011111011011111000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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