Html Css Color HEX #585540 Millbrook

📋 copy color: '#585540'

red 88 ◦ green 85 ◦ blue 64

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

Shades of Millbrook #585540

Tints of Millbrook #585540

RGB

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

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

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

R = 37.13%
G = 35.86%
B = 27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#585540 (or 0x585540) is known color: Millbrook. HEX triplet: 58, 55 and 40. RGB value is (88,85,64). Sum of RGB (Red+Green+Blue) = 88+85+64=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #585540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585540 is #A7AABF. Grayscale: #535353. Windows color (decimal): -10988224 or 4216152. OLE color: 4216152.

HSL color Cylindrical-coordinate representation of color #585540: hue angle of 52.5º 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 #585540 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 85 64 -
CMYK 0 0.03 0.27 0.65
HSL 52.5º 0.16% 0.3% -
HSV(B) 52.5º 0.27% 0.35% -
XYZ 8.2 8.94 6.14 -
YUV 83.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 88 85 64 0 0.03 0.27 0.65 52.5 0.16 0.3
Hex 58 55 40 0 3 1B 41 34 10 1E
Octal 130 125 100 0 3 33 101 64 20 36
Binary 1011000 1010101 1000000 0 11 11011 1000001 110100 10000 11110

Color Harmonies of #585540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585540

Black with #585540

Text Example


Text Example

White with #585540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585540; }

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

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

background-color css

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

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

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

border-color css

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

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

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