Html Css Color HEX #575545 Millbrook

📋 copy color: '#575545'

red 87 ◦ green 85 ◦ blue 69

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

Shades of Millbrook #575545

Tints of Millbrook #575545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.63%

R = 36.1%
G = 35.27%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#575545 (or 0x575545) is known color: Millbrook. HEX triplet: 57, 55 and 45. RGB value is (87,85,69). Sum of RGB (Red+Green+Blue) = 87+85+69=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 87 - color contains mainly: red. Hex color #575545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575545 is #A8AABA. Grayscale: #535353. Windows color (decimal): -11053755 or 4543831. OLE color: 4543831.

HSL color Cylindrical-coordinate representation of color #575545: hue angle of 53.33º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575545 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 85 69 -
CMYK 0 0.02 0.21 0.66
HSL 53.33º 0.12% 0.31% -
HSV(B) 53.33º 0.21% 0.34% -
XYZ 8.25 8.95 6.92 -
YUV 83.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 87 85 69 0 0.02 0.21 0.66 53.33 0.12 0.31
Hex 57 55 45 0 2 15 42 35 C 1F
Octal 127 125 105 0 2 25 102 65 14 37
Binary 1010111 1010101 1000101 0 10 10101 1000010 110101 1100 11111

Color Harmonies of #575545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575545

Black with #575545

Text Example


Text Example

White with #575545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575545; }

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

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

background-color css

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

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

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

border-color css

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

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

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