Html Css Color HEX #545249 Millbrook

📋 copy color: '#545249'

red 84 ◦ green 82 ◦ blue 73

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

Shades of Millbrook #545249

Tints of Millbrook #545249

RGB

 RED value IS 84 (33.2% from 255) = 35.15%

 GREEN value IS 82 (32.42% from 255) = 34.31%

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 35.15%
G = 34.31%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#545249 (or 0x545249) is known color: Millbrook. HEX triplet: 54, 52 and 49. RGB value is (84,82,73). Sum of RGB (Red+Green+Blue) = 84+82+73=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 84 - color contains mainly: red. Hex color #545249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545249 is #ABADB6. Grayscale: #515151. Windows color (decimal): -11251127 or 4805204. OLE color: 4805204.

HSL color Cylindrical-coordinate representation of color #545249: hue angle of 49.09º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #545249 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 82 73 -
CMYK 0 0.02 0.13 0.67
HSL 49.09º 0.07% 0.31% -
HSV(B) 49.09º 0.13% 0.33% -
XYZ 7.88 8.4 7.51 -
YUV 81.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 84 82 73 0 0.02 0.13 0.67 49.09 0.07 0.31
Hex 54 52 49 0 2 D 43 31 7 1F
Octal 124 122 111 0 2 15 103 61 7 37
Binary 1010100 1010010 1001001 0 10 1101 1000011 110001 111 11111

Color Harmonies of #545249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545249

Black with #545249

Text Example


Text Example

White with #545249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545249; }

 p { color: rgb(84,82,73); }

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

background-color css

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

 a { background-color: rgb(84,82,73); }

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

border-color css

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

 span { border-color: rgb(84,82,73); }

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