Html Css Color HEX #575542 Millbrook

📋 copy color: '#575542'

red 87 ◦ green 85 ◦ blue 66

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

Shades of Millbrook #575542

Tints of Millbrook #575542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.71%

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

R = 36.55%
G = 35.71%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#575542 (or 0x575542) is known color: Millbrook. HEX triplet: 57, 55 and 42. RGB value is (87,85,66). Sum of RGB (Red+Green+Blue) = 87+85+66=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 87 - color contains mainly: red. Hex color #575542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575542 is #A8AABD. Grayscale: #535353. Windows color (decimal): -11053758 or 4347223. OLE color: 4347223.

HSL color Cylindrical-coordinate representation of color #575542: hue angle of 54.29º 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 #575542 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 85 66 -
CMYK 0 0.02 0.24 0.66
HSL 54.29º 0.14% 0.3% -
HSV(B) 54.29º 0.24% 0.34% -
XYZ 8.16 8.92 6.45 -
YUV 83.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 87 85 66 0 0.02 0.24 0.66 54.29 0.14 0.3
Hex 57 55 42 0 2 18 42 36 E 1E
Octal 127 125 102 0 2 30 102 66 16 36
Binary 1010111 1010101 1000010 0 10 11000 1000010 110110 1110 11110

Color Harmonies of #575542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575542

Black with #575542

Text Example


Text Example

White with #575542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575542; }

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

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

background-color css

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

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

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

border-color css

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

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

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