#736155

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

Shades of Dorado #736155

Tints of Dorado #736155

Color information

#736155 (or 0x736155) is unknown color: approx Dorado. HEX triplet: 73, 61 and 55. RGB value is (115,97,85). Sum of RGB (Red+Green+Blue) = 115+97+85=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #736155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736155 is #8C9EAA. Grayscale: #656565. Windows color (decimal): -9215659 or 5595507. OLE color: 5595507.

HSL color Cylindrical-coordinate representation of color #736155: hue angle of 24º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #736155 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1159785-
CMYK00.160.260.55
HSL24º15%39.22%-
HSV(B)24º26.09%45.1%-
XYZ12.9812.8510.39-
YUV101.01118.96137.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=38.72%
G=32.66%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115978500.160.260.55241539.22
Hex7361550101A3718f27
Octal1631411250203267301747
Binary11100111100001101010101000011010110111110001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736155; }

 p { color: rgb(115,97,85); }

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

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

 a { background-color: rgb(115,97,85); }

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

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

 span { border-color: rgb(115,97,85); }

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