Html Css Color HEX #585541 Millbrook

📋 copy color: '#585541'

red 88 ◦ green 85 ◦ blue 65

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

Shades of Millbrook #585541

Tints of Millbrook #585541

RGB

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

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

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

R = 36.97%
G = 35.71%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#585541 (or 0x585541) is known color: Millbrook. HEX triplet: 58, 55 and 41. RGB value is (88,85,65). Sum of RGB (Red+Green+Blue) = 88+85+65=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #585541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585541 is #A7AABE. Grayscale: #535353. Windows color (decimal): -10988223 or 4281688. OLE color: 4281688.

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

Color convert

RGB 88 85 65 -
CMYK 0 0.03 0.26 0.65
HSL 52.17º 0.15% 0.3% -
HSV(B) 52.17º 0.26% 0.35% -
XYZ 8.23 8.95 6.3 -
YUV 83.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 88 85 65 0 0.03 0.26 0.65 52.17 0.15 0.3
Hex 58 55 41 0 3 1A 41 34 F 1E
Octal 130 125 101 0 3 32 101 64 17 36
Binary 1011000 1010101 1000001 0 11 11010 1000001 110100 1111 11110

Color Harmonies of #585541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585541

Black with #585541

Text Example


Text Example

White with #585541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585541; }

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

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

background-color css

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

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

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

border-color css

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

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

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