#75574C

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

Shades of Dorado #75574C

Tints of Dorado #75574C

Color information

#75574C (or 0x75574C) is unknown color: approx Dorado. HEX triplet: 75, 57 and 4C. RGB value is (117,87,76). Sum of RGB (Red+Green+Blue) = 117+87+76=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75574C is #8AA8B3. Grayscale: #5E5E5E. Windows color (decimal): -9087156 or 5003125. OLE color: 5003125.

HSL color Cylindrical-coordinate representation of color #75574C: hue angle of 16.1º 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 #75574C is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1178776-
CMYK00.260.350.54
HSL16.1º21.24%37.84%-
HSV(B)16.1º35.04%45.88%-
XYZ12.0511.128.35-
YUV94.72117.44143.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=41.79%
G=31.07%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117877600.260.350.5416.121.2437.84
Hex75574C01A2336101526
Octal1651271140324366202546
Binary1110101101011110011000110101000111101101000010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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