Html Css Color HEX #585542 Millbrook

📋 copy color: '#585542'

red 88 ◦ green 85 ◦ blue 66

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

Shades of Millbrook #585542

Tints of Millbrook #585542

RGB

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

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

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

R = 36.82%
G = 35.56%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#585542 (or 0x585542) is known color: Millbrook. HEX triplet: 58, 55 and 42. RGB value is (88,85,66). Sum of RGB (Red+Green+Blue) = 88+85+66=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #585542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585542 is #A7AABD. Grayscale: #535353. Windows color (decimal): -10988222 or 4347224. OLE color: 4347224.

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

Color convert

RGB 88 85 66 -
CMYK 0 0.03 0.25 0.65
HSL 51.82º 0.14% 0.3% -
HSV(B) 51.82º 0.25% 0.35% -
XYZ 8.26 8.97 6.45 -
YUV 83.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 88 85 66 0 0.03 0.25 0.65 51.82 0.14 0.3
Hex 58 55 42 0 3 19 41 34 E 1E
Octal 130 125 102 0 3 31 101 64 16 36
Binary 1011000 1010101 1000010 0 11 11001 1000001 110100 1110 11110

Color Harmonies of #585542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585542

Black with #585542

Text Example


Text Example

White with #585542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585542; }

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

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

background-color css

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

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

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

border-color css

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

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

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