Html Css Color HEX #575440 Millbrook

📋 copy color: '#575440'

red 87 ◦ green 84 ◦ blue 64

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

Shades of Millbrook #575440

Tints of Millbrook #575440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.23%

R = 37.02%
G = 35.74%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#575440 (or 0x575440) is known color: Millbrook. HEX triplet: 57, 54 and 40. RGB value is (87,84,64). Sum of RGB (Red+Green+Blue) = 87+84+64=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #575440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575440 is #A8ABBF. Grayscale: #525252. Windows color (decimal): -11054016 or 4215895. OLE color: 4215895.

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

Color convert

RGB 87 84 64 -
CMYK 0 0.03 0.26 0.66
HSL 52.17º 0.15% 0.3% -
HSV(B) 52.17º 0.26% 0.34% -
XYZ 8.03 8.74 6.11 -
YUV 82.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 87 84 64 0 0.03 0.26 0.66 52.17 0.15 0.3
Hex 57 54 40 0 3 1A 42 34 F 1E
Octal 127 124 100 0 3 32 102 64 17 36
Binary 1010111 1010100 1000000 0 11 11010 1000010 110100 1111 11110

Color Harmonies of #575440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575440

Black with #575440

Text Example


Text Example

White with #575440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575440; }

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

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

background-color css

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

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

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

border-color css

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

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

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