#745951

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

Shades of Dorado #745951

Tints of Dorado #745951

Color information

#745951 (or 0x745951) is unknown color: approx Dorado. HEX triplet: 74, 59 and 51. RGB value is (116,89,81). Sum of RGB (Red+Green+Blue) = 116+89+81=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #745951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745951 is #8BA6AE. Grayscale: #606060. Windows color (decimal): -9152175 or 5331316. OLE color: 5331316.

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

Color convert

RGB1168981-
CMYK00.230.300.55
HSL13.71º17.77%38.63%-
HSV(B)13.71º30.17%45.49%-
XYZ12.2611.459.35-
YUV96.16119.45142.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 81 (32.03% from 255) = 28.32%
R=40.56%
G=31.12%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116898100.230.300.5513.7117.7738.63
Hex7459510171E37e1227
Octal1641311210273667162247
Binary11101001011001101000101011111110110111111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745951; }

 p { color: rgb(116,89,81); }

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

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

 a { background-color: rgb(116,89,81); }

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

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

 span { border-color: rgb(116,89,81); }

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