Html Css Color HEX #585441 Millbrook

📋 copy color: '#585441'

red 88 ◦ green 84 ◦ blue 65

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

Shades of Millbrook #585441

Tints of Millbrook #585441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.43%

R = 37.13%
G = 35.44%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#585441 (or 0x585441) is known color: Millbrook. HEX triplet: 58, 54 and 41. RGB value is (88,84,65). Sum of RGB (Red+Green+Blue) = 88+84+65=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #585441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585441 is #A7ABBE. Grayscale: #535353. Windows color (decimal): -10988479 or 4281432. OLE color: 4281432.

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

Color convert

RGB 88 84 65 -
CMYK 0 0.05 0.26 0.65
HSL 49.57º 0.15% 0.3% -
HSV(B) 49.57º 0.26% 0.35% -
XYZ 8.15 8.8 6.27 -
YUV 83.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 88 84 65 0 0.05 0.26 0.65 49.57 0.15 0.3
Hex 58 54 41 0 5 1A 41 32 F 1E
Octal 130 124 101 0 5 32 101 62 17 36
Binary 1011000 1010100 1000001 0 101 11010 1000001 110010 1111 11110

Color Harmonies of #585441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585441

Black with #585441

Text Example


Text Example

White with #585441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585441; }

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

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

background-color css

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

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

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

border-color css

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

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

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