Html Css Color HEX #585442 Millbrook

📋 copy color: '#585442'

red 88 ◦ green 84 ◦ blue 66

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

Shades of Millbrook #585442

Tints of Millbrook #585442

RGB

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

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

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

R = 36.97%
G = 35.29%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#585442 (or 0x585442) is known color: Millbrook. HEX triplet: 58, 54 and 42. RGB value is (88,84,66). Sum of RGB (Red+Green+Blue) = 88+84+66=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #585442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585442 is #A7ABBD. Grayscale: #535353. Windows color (decimal): -10988478 or 4346968. OLE color: 4346968.

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

Color convert

RGB 88 84 66 -
CMYK 0 0.05 0.25 0.65
HSL 49.09º 0.14% 0.3% -
HSV(B) 49.09º 0.25% 0.35% -
XYZ 8.18 8.81 6.42 -
YUV 83.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 88 84 66 0 0.05 0.25 0.65 49.09 0.14 0.3
Hex 58 54 42 0 5 19 41 31 E 1E
Octal 130 124 102 0 5 31 101 61 16 36
Binary 1011000 1010100 1000010 0 101 11001 1000001 110001 1110 11110

Color Harmonies of #585442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585442

Black with #585442

Text Example


Text Example

White with #585442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585442; }

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

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

background-color css

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

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

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

border-color css

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

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

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