#545248

Color #545248 Millbrook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Millbrook #545248

Tints of Millbrook #545248

Color information

#545248 (or 0x545248) is unknown color: approx 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

RGB848272-
CMYK00.020.140.67
HSL50º7.69%30.59%-
HSV(B)50º14.29%32.94%-
XYZ7.848.397.34-
YUV81.46122.66129.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84827200.020.140.67507.6930.59
Hex54524802E433281f
Octal1241221100216103621037
Binary10101001010010100100001011101000011110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>