#736054

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

Shades of Dorado #736054

Tints of Dorado #736054

Color information

#736054 (or 0x736054) is unknown color: approx Dorado. HEX triplet: 73, 60 and 54. RGB value is (115,96,84). Sum of RGB (Red+Green+Blue) = 115+96+84=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #736054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736054 is #8C9FAB. Grayscale: #646464. Windows color (decimal): -9215916 or 5529715. OLE color: 5529715.

HSL color Cylindrical-coordinate representation of color #736054: hue angle of 23.23º 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 #736054 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1159684-
CMYK00.170.270.55
HSL23.23º15.58%39.02%-
HSV(B)23.23º26.96%45.1%-
XYZ12.8512.6510.15-
YUV100.31118.79138.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=38.98%
G=32.54%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115968400.170.270.5523.2315.5839.02
Hex7360540111B37171027
Octal1631401240213367272047
Binary111001111000001010100010001110111101111011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736054; }

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

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

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

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

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

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

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

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