#745952

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

Shades of Dorado #745952

Tints of Dorado #745952

Color information

#745952 (or 0x745952) is unknown color: approx Dorado. HEX triplet: 74, 59 and 52. RGB value is (116,89,82). Sum of RGB (Red+Green+Blue) = 116+89+82=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #745952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745952 is #8BA6AD. Grayscale: #606060. Windows color (decimal): -9152174 or 5396852. OLE color: 5396852.

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

Color convert

RGB1168982-
CMYK00.230.290.55
HSL12.35º17.17%38.82%-
HSV(B)12.35º29.31%45.49%-
XYZ12.311.479.55-
YUV96.28119.95142.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.42%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=40.42%
G=31.01%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116898200.230.290.5512.3517.1738.82
Hex7459520171D37c1127
Octal1641311220273567142147
Binary11101001011001101001001011111101110111110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745952; }

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

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

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

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

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

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

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

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