#574C4E

Color #574C4E Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #574C4E

Tints of Don Juan #574C4E

Color information

#574C4E (or 0x574C4E) is unknown color: approx Don Juan. HEX triplet: 57, 4C and 4E. RGB value is (87,76,78). Sum of RGB (Red+Green+Blue) = 87+76+78=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 87 - color contains mainly: red. Hex color #574C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574C4E is #A8B3B1. Grayscale: #4F4F4F. Windows color (decimal): -11056050 or 5131351. OLE color: 5131351.

HSL color Cylindrical-coordinate representation of color #574C4E: hue angle of 349.09º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #574C4E is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB877678-
CMYK00.130.100.66
HSL349.09º6.75%31.96%-
HSV(B)349.09º12.64%34.12%-
XYZ7.897.758.29-
YUV79.52127.14133.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.10%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=36.10%
G=31.54%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87767800.130.100.66349.096.7531.96
Hex574C4E0DA4215d720
Octal12711411601512102535740
Binary1010111100110010011100110110101000010101011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574C4E; }

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

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

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

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

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

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

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

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