Html Css Color HEX #575442 Millbrook

📋 copy color: '#575442'

red 87 ◦ green 84 ◦ blue 66

#575442
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Millbrook #575442

Tints of Millbrook #575442

RGB

 RED value IS 87 (34.38% from 255) = 36.71%

 GREEN value IS 84 (33.2% from 255) = 35.44%

 BLUE value IS 66 (26.17% from 255) = 27.85%

R = 36.71%
G = 35.44%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#575442 (or 0x575442) is known color: Millbrook. HEX triplet: 57, 54 and 42. RGB value is (87,84,66). Sum of RGB (Red+Green+Blue) = 87+84+66=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #575442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575442 is #A8ABBD. Grayscale: #525252. Windows color (decimal): -11054014 or 4346967. OLE color: 4346967.

HSL color Cylindrical-coordinate representation of color #575442: hue angle of 51.43º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #575442 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 84 66 -
CMYK 0 0.03 0.24 0.66
HSL 51.43º 0.14% 0.3% -
HSV(B) 51.43º 0.24% 0.34% -
XYZ 8.08 8.76 6.42 -
YUV 82.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 87 84 66 0 0.03 0.24 0.66 51.43 0.14 0.3
Hex 57 54 42 0 3 18 42 33 E 1E
Octal 127 124 102 0 3 30 102 63 16 36
Binary 1010111 1010100 1000010 0 11 11000 1000010 110011 1110 11110

Color Harmonies of #575442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575442

Black with #575442

Text Example


Text Example

White with #575442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575442; }

 p { color: rgb(87,84,66); }

 H1.HeaderClassName
 {
   color: #575442;
 }
 .AnyTagClassName
 {
   color: #575442;
 }
</style>

background-color css

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

 a { background-color: rgb(87,84,66); }

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

border-color css

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

 span { border-color: rgb(87,84,66); }

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