Html Css Color HEX #585440 Millbrook

📋 copy color: '#585440'

red 88 ◦ green 84 ◦ blue 64

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

Shades of Millbrook #585440

Tints of Millbrook #585440

RGB

 RED value IS 88 (34.77% from 255) = 37.29%

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

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

R = 37.29%
G = 35.59%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#585440 (or 0x585440) is known color: Millbrook. HEX triplet: 58, 54 and 40. RGB value is (88,84,64). Sum of RGB (Red+Green+Blue) = 88+84+64=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #585440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585440 is #A7ABBF. Grayscale: #535353. Windows color (decimal): -10988480 or 4215896. OLE color: 4215896.

HSL color Cylindrical-coordinate representation of color #585440: hue angle of 50º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585440 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 84 64 -
CMYK 0 0.05 0.27 0.65
HSL 50º 0.16% 0.3% -
HSV(B) 50º 0.27% 0.35% -
XYZ 8.12 8.79 6.12 -
YUV 82.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 88 84 64 0 0.05 0.27 0.65 50 0.16 0.3
Hex 58 54 40 0 5 1B 41 32 10 1E
Octal 130 124 100 0 5 33 101 62 20 36
Binary 1011000 1010100 1000000 0 101 11011 1000001 110010 10000 11110

Color Harmonies of #585440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585440

Black with #585440

Text Example


Text Example

White with #585440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585440; }

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

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

background-color css

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

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

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

border-color css

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

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

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