Html Css Color HEX #585344 Millbrook

📋 copy color: '#585344'

red 88 ◦ green 83 ◦ blue 68

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

Shades of Millbrook #585344

Tints of Millbrook #585344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.73%

 BLUE value IS 68 (26.95% from 255) = 28.45%

R = 36.82%
G = 34.73%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#585344 (or 0x585344) is known color: Millbrook. HEX triplet: 58, 53 and 44. RGB value is (88,83,68). Sum of RGB (Red+Green+Blue) = 88+83+68=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #585344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585344 is #A7ACBB. Grayscale: #525252. Windows color (decimal): -10988732 or 4477784. OLE color: 4477784.

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

Color convert

RGB 88 83 68 -
CMYK 0 0.06 0.23 0.65
HSL 45º 0.13% 0.31% -
HSV(B) 45º 0.23% 0.35% -
XYZ 8.16 8.68 6.71 -
YUV 82.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 88 83 68 0 0.06 0.23 0.65 45 0.13 0.31
Hex 58 53 44 0 6 17 41 2D D 1F
Octal 130 123 104 0 6 27 101 55 15 37
Binary 1011000 1010011 1000100 0 110 10111 1000001 101101 1101 11111

Color Harmonies of #585344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585344

Black with #585344

Text Example


Text Example

White with #585344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585344; }

 p { color: rgb(88,83,68); }

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

background-color css

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

 a { background-color: rgb(88,83,68); }

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

border-color css

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

 span { border-color: rgb(88,83,68); }

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