Html Css Color HEX #565548 Millbrook

📋 copy color: '#565548'

red 86 ◦ green 85 ◦ blue 72

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

Shades of Millbrook #565548

Tints of Millbrook #565548

RGB

 RED value IS 86 (33.98% from 255) = 35.39%

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

 BLUE value IS 72 (28.52% from 255) = 29.63%

R = 35.39%
G = 34.98%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#565548 (or 0x565548) is known color: Millbrook. HEX triplet: 56, 55 and 48. RGB value is (86,85,72). Sum of RGB (Red+Green+Blue) = 86+85+72=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 86 - color contains mainly: red. Hex color #565548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565548 is #A9AAB7. Grayscale: #535353. Windows color (decimal): -11119288 or 4740438. OLE color: 4740438.

HSL color Cylindrical-coordinate representation of color #565548: hue angle of 55.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #565548 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 85 72 -
CMYK 0 0.01 0.16 0.66
HSL 55.71º 0.09% 0.31% -
HSV(B) 55.71º 0.16% 0.34% -
XYZ 8.26 8.94 7.42 -
YUV 83.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 86 85 72 0 0.01 0.16 0.66 55.71 0.09 0.31
Hex 56 55 48 0 1 10 42 38 9 1F
Octal 126 125 110 0 1 20 102 70 11 37
Binary 1010110 1010101 1001000 0 1 10000 1000010 111000 1001 11111

Color Harmonies of #565548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565548

Black with #565548

Text Example


Text Example

White with #565548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565548; }

 p { color: rgb(86,85,72); }

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

background-color css

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

 a { background-color: rgb(86,85,72); }

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

border-color css

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

 span { border-color: rgb(86,85,72); }

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