#54534E

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

Shades of Millbrook #54534E

Tints of Millbrook #54534E

Color information

#54534E (or 0x54534E) is unknown color: approx Millbrook. HEX triplet: 54, 53 and 4E. RGB value is (84,83,78). Sum of RGB (Red+Green+Blue) = 84+83+78=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 84 - color contains mainly: red. Hex color #54534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54534E is #ABACB1. Grayscale: #525252. Windows color (decimal): -11250866 or 5133140. OLE color: 5133140.

HSL color Cylindrical-coordinate representation of color #54534E: hue angle of 50º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #54534E is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB848378-
CMYK00.010.070.67
HSL50º3.7%31.76%-
HSV(B)50º7.14%32.94%-
XYZ8.128.628.44-
YUV82.73125.33128.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=34.29%
G=33.88%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84837800.010.070.67503.731.76
Hex54534E0174332420
Octal12412311601710362440
Binary101010010100111001110011111000011110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54534E; }

 p { color: rgb(84,83,78); }

 H1.HeaderClassName
 {
   color: #54534E;
 }
 .AnyTagClassName
 {
   color: #54534E;
 }
</style>
background-color css

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

 a { background-color: rgb(84,83,78); }

 div.DivClassName
 {
   background-color: #54534E;
 }
 .BgClassName
 {
   background-color: #54534E;
 }
</style>
border-color css

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

 span { border-color: rgb(84,83,78); }

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