#736E4F

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

Shades of Crocodile #736E4F

Tints of Crocodile #736E4F

Color information

#736E4F (or 0x736E4F) is unknown color: approx Crocodile. HEX triplet: 73, 6E and 4F. RGB value is (115,110,79). Sum of RGB (Red+Green+Blue) = 115+110+79=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #736E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E4F is #8C91B0. Grayscale: #6C6C6C. Windows color (decimal): -9212337 or 5205619. OLE color: 5205619.

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

Color convert

RGB11511079-
CMYK00.040.310.55
HSL51.67º18.56%38.04%-
HSV(B)51.67º31.3%45.1%-
XYZ14.0615.369.62-
YUV107.96111.66133.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.83%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=37.83%
G=36.18%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151107900.040.310.5551.6718.5638.04
Hex736E4F041F37341326
Octal163156117043767642346
Binary11100111101110100111101001111111011111010010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,110,79); }

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

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

 a { background-color: rgb(115,110,79); }

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

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

 span { border-color: rgb(115,110,79); }

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