Html Css Color HEX #585745 Millbrook

📋 copy color: '#585745'

red 88 ◦ green 87 ◦ blue 69

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

Shades of Millbrook #585745

Tints of Millbrook #585745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.28%

R = 36.07%
G = 35.66%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#585745 (or 0x585745) is known color: Millbrook. HEX triplet: 58, 57 and 45. RGB value is (88,87,69). Sum of RGB (Red+Green+Blue) = 88+87+69=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 88 - color contains mainly: red. Hex color #585745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585745 is #A7A8BA. Grayscale: #555555. Windows color (decimal): -10987707 or 4544344. OLE color: 4544344.

HSL color Cylindrical-coordinate representation of color #585745: hue angle of 56.84º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #585745 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 87 69 -
CMYK 0 0.01 0.22 0.65
HSL 56.84º 0.12% 0.31% -
HSV(B) 56.84º 0.22% 0.35% -
XYZ 8.51 9.32 6.98 -
YUV 85.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 88 87 69 0 0.01 0.22 0.65 56.84 0.12 0.31
Hex 58 57 45 0 1 16 41 39 C 1F
Octal 130 127 105 0 1 26 101 71 14 37
Binary 1011000 1010111 1000101 0 1 10110 1000001 111001 1100 11111

Color Harmonies of #585745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585745

Black with #585745

Text Example


Text Example

White with #585745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585745; }

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

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

background-color css

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

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

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

border-color css

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

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

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