#75594C

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

Shades of Dorado #75594C

Tints of Dorado #75594C

Color information

#75594C (or 0x75594C) is unknown color: approx Dorado. HEX triplet: 75, 59 and 4C. RGB value is (117,89,76). Sum of RGB (Red+Green+Blue) = 117+89+76=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #75594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75594C is #8AA6B3. Grayscale: #5F5F5F. Windows color (decimal): -9086644 or 5003637. OLE color: 5003637.

HSL color Cylindrical-coordinate representation of color #75594C: hue angle of 19.02º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75594C is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1178976-
CMYK00.240.350.54
HSL19.02º21.24%37.84%-
HSV(B)19.02º35.04%45.88%-
XYZ12.2111.458.4-
YUV95.89116.78143.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=41.49%
G=31.56%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117897600.240.350.5419.0221.2437.84
Hex75594C0182336131526
Octal1651311140304366232546
Binary1110101101100110011000110001000111101101001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75594C; }

 p { color: rgb(117,89,76); }

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

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

 a { background-color: rgb(117,89,76); }

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

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

 span { border-color: rgb(117,89,76); }

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