#736A4B

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

Shades of Crocodile #736A4B

Tints of Crocodile #736A4B

Color information

#736A4B (or 0x736A4B) is unknown color: approx Crocodile. HEX triplet: 73, 6A and 4B. RGB value is (115,106,75). Sum of RGB (Red+Green+Blue) = 115+106+75=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #736A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A4B is #8C95B4. Grayscale: #696969. Windows color (decimal): -9213365 or 4942451. OLE color: 4942451.

HSL color Cylindrical-coordinate representation of color #736A4B: hue angle of 46.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #736A4B is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB11510675-
CMYK00.080.350.55
HSL46.5º21.05%37.25%-
HSV(B)46.5º34.78%45.1%-
XYZ13.4914.468.74-
YUV105.16110.98135.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.85%
GREEN value IS 106 (41.80% from 255) = 35.81%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=38.85%
G=35.81%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151067500.080.350.5546.521.0537.25
Hex736A4B0823372e1525
Octal1631521130104367562545
Binary1110011110101010010110100010001111011110111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,106,75); }

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

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

 a { background-color: rgb(115,106,75); }

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

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

 span { border-color: rgb(115,106,75); }

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