#736F52

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

Shades of Crocodile #736F52

Tints of Crocodile #736F52

Color information

#736F52 (or 0x736F52) is unknown color: approx Crocodile. HEX triplet: 73, 6F and 52. RGB value is (115,111,82). Sum of RGB (Red+Green+Blue) = 115+111+82=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #736F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F52 is #8C90AD. Grayscale: #6D6D6D. Windows color (decimal): -9212078 or 5402483. OLE color: 5402483.

HSL color Cylindrical-coordinate representation of color #736F52: hue angle of 52.73º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #736F52 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB11511182-
CMYK00.030.290.55
HSL52.73º16.75%38.63%-
HSV(B)52.73º28.7%45.1%-
XYZ14.2815.6210.25-
YUV108.89112.83132.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 111 (43.75% from 255) = 36.04%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=37.34%
G=36.04%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151118200.030.290.5552.7316.7538.63
Hex736F52031D37351127
Octal163157122033567652147
Binary1110011110111110100100111110111011111010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,111,82); }

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

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

 a { background-color: rgb(115,111,82); }

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

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

 span { border-color: rgb(115,111,82); }

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