Html Css Color HEX #585545 Millbrook

📋 copy color: '#585545'

red 88 ◦ green 85 ◦ blue 69

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

Shades of Millbrook #585545

Tints of Millbrook #585545

RGB

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

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

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

R = 36.36%
G = 35.12%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#585545 (or 0x585545) is known color: Millbrook. HEX triplet: 58, 55 and 45. RGB value is (88,85,69). Sum of RGB (Red+Green+Blue) = 88+85+69=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 88 - color contains mainly: red. Hex color #585545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585545 is #A7AABA. Grayscale: #545454. Windows color (decimal): -10988219 or 4543832. OLE color: 4543832.

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

Color convert

RGB 88 85 69 -
CMYK 0 0.03 0.22 0.65
HSL 50.53º 0.12% 0.31% -
HSV(B) 50.53º 0.22% 0.35% -
XYZ 8.35 9 6.93 -
YUV 84.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 88 85 69 0 0.03 0.22 0.65 50.53 0.12 0.31
Hex 58 55 45 0 3 16 41 33 C 1F
Octal 130 125 105 0 3 26 101 63 14 37
Binary 1011000 1010101 1000101 0 11 10110 1000001 110011 1100 11111

Color Harmonies of #585545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585545

Black with #585545

Text Example


Text Example

White with #585545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585545; }

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

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

background-color css

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

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

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

border-color css

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

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

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