Html Css Color HEX #585741 Millbrook

📋 copy color: '#585741'

red 88 ◦ green 87 ◦ blue 65

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

Shades of Millbrook #585741

Tints of Millbrook #585741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.25%

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

R = 36.67%
G = 36.25%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#585741 (or 0x585741) is known color: Millbrook. HEX triplet: 58, 57 and 41. RGB value is (88,87,65). Sum of RGB (Red+Green+Blue) = 88+87+65=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 88 - color contains mainly: red. Hex color #585741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585741 is #A7A8BE. Grayscale: #545454. Windows color (decimal): -10987711 or 4282200. OLE color: 4282200.

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

Color convert

RGB 88 87 65 -
CMYK 0 0.01 0.26 0.65
HSL 57.39º 0.15% 0.3% -
HSV(B) 57.39º 0.26% 0.35% -
XYZ 8.39 9.27 6.35 -
YUV 84.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 88 87 65 0 0.01 0.26 0.65 57.39 0.15 0.3
Hex 58 57 41 0 1 1A 41 39 F 1E
Octal 130 127 101 0 1 32 101 71 17 36
Binary 1011000 1010111 1000001 0 1 11010 1000001 111001 1111 11110

Color Harmonies of #585741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585741

Black with #585741

Text Example


Text Example

White with #585741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585741; }

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

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

background-color css

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

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

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

border-color css

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

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

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