#736154

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

Shades of Dorado #736154

Tints of Dorado #736154

Color information

#736154 (or 0x736154) is unknown color: approx Dorado. HEX triplet: 73, 61 and 54. RGB value is (115,97,84). Sum of RGB (Red+Green+Blue) = 115+97+84=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #736154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736154 is #8C9EAB. Grayscale: #646464. Windows color (decimal): -9215660 or 5529971. OLE color: 5529971.

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

Color convert

RGB1159784-
CMYK00.160.270.55
HSL25.16º15.58%39.02%-
HSV(B)25.16º26.96%45.1%-
XYZ12.9512.8310.18-
YUV100.9118.46138.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.85%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 84 (33.20% from 255) = 28.38%
R=38.85%
G=32.77%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115978400.160.270.5525.1615.5839.02
Hex7361540101B37191027
Octal1631411240203367312047
Binary111001111000011010100010000110111101111100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736154; }

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

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

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

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

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

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

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

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