Html Css Color HEX #565448 Millbrook

📋 copy color: '#565448'

red 86 ◦ green 84 ◦ blue 72

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

Shades of Millbrook #565448

Tints of Millbrook #565448

RGB

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

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

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

R = 35.54%
G = 34.71%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#565448 (or 0x565448) is known color: Millbrook. HEX triplet: 56, 54 and 48. RGB value is (86,84,72). Sum of RGB (Red+Green+Blue) = 86+84+72=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 86 - color contains mainly: red. Hex color #565448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565448 is #A9ABB7. Grayscale: #535353. Windows color (decimal): -11119544 or 4740182. OLE color: 4740182.

HSL color Cylindrical-coordinate representation of color #565448: hue angle of 51.43º 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 #565448 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 84 72 -
CMYK 0 0.02 0.16 0.66
HSL 51.43º 0.09% 0.31% -
HSV(B) 51.43º 0.16% 0.34% -
XYZ 8.18 8.79 7.4 -
YUV 83.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 86 84 72 0 0.02 0.16 0.66 51.43 0.09 0.31
Hex 56 54 48 0 2 10 42 33 9 1F
Octal 126 124 110 0 2 20 102 63 11 37
Binary 1010110 1010100 1001000 0 10 10000 1000010 110011 1001 11111

Color Harmonies of #565448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565448

Black with #565448

Text Example


Text Example

White with #565448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565448; }

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

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

background-color css

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

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

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

border-color css

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

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

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