Html Css Color HEX #585446 Millbrook

📋 copy color: '#585446'

red 88 ◦ green 84 ◦ blue 70

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

Shades of Millbrook #585446

Tints of Millbrook #585446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.93%

R = 36.36%
G = 34.71%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#585446 (or 0x585446) is known color: Millbrook. HEX triplet: 58, 54 and 46. RGB value is (88,84,70). Sum of RGB (Red+Green+Blue) = 88+84+70=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 88 - color contains mainly: red. Hex color #585446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585446 is #A7ABB9. Grayscale: #535353. Windows color (decimal): -10988474 or 4609112. OLE color: 4609112.

HSL color Cylindrical-coordinate representation of color #585446: hue angle of 46.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #585446 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 84 70 -
CMYK 0 0.05 0.20 0.65
HSL 46.67º 0.11% 0.31% -
HSV(B) 46.67º 0.2% 0.35% -
XYZ 8.3 8.86 7.07 -
YUV 83.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 88 84 70 0 0.05 0.20 0.65 46.67 0.11 0.31
Hex 58 54 46 0 5 14 41 2F B 1F
Octal 130 124 106 0 5 24 101 57 13 37
Binary 1011000 1010100 1000110 0 101 10100 1000001 101111 1011 11111

Color Harmonies of #585446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585446

Black with #585446

Text Example


Text Example

White with #585446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585446; }

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

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

background-color css

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

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

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

border-color css

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

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

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