Html Css Color HEX #545248 Millbrook

📋 copy color: '#545248'

red 84 ◦ green 82 ◦ blue 72

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

Shades of Millbrook #545248

Tints of Millbrook #545248

RGB

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

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

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

R = 35.29%
G = 34.45%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#545248 (or 0x545248) is known color: Millbrook. HEX triplet: 54, 52 and 48. RGB value is (84,82,72). Sum of RGB (Red+Green+Blue) = 84+82+72=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 84 - color contains mainly: red. Hex color #545248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545248 is #ABADB7. Grayscale: #515151. Windows color (decimal): -11251128 or 4739668. OLE color: 4739668.

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

Color convert

RGB 84 82 72 -
CMYK 0 0.02 0.14 0.67
HSL 50º 0.08% 0.31% -
HSV(B) 50º 0.14% 0.33% -
XYZ 7.84 8.39 7.34 -
YUV 81.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 84 82 72 0 0.02 0.14 0.67 50 0.08 0.31
Hex 54 52 48 0 2 E 43 32 8 1F
Octal 124 122 110 0 2 16 103 62 10 37
Binary 1010100 1010010 1001000 0 10 1110 1000011 110010 1000 11111

Color Harmonies of #545248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545248

Black with #545248

Text Example


Text Example

White with #545248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545248; }

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

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

background-color css

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

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

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

border-color css

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

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

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