Html Css Color HEX #54524A Millbrook

📋 copy color: '#54524A'

red 84 ◦ green 82 ◦ blue 74

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

Shades of Millbrook #54524A

Tints of Millbrook #54524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.83%

R = 35%
G = 34.17%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54524A (or 0x54524A) is known color: Millbrook. HEX triplet: 54, 52 and 4A. RGB value is (84,82,74). Sum of RGB (Red+Green+Blue) = 84+82+74=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 84 - color contains mainly: red. Hex color #54524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54524A is #ABADB5. Grayscale: #515151. Windows color (decimal): -11251126 or 4870740. OLE color: 4870740.

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

Color convert

RGB 84 82 74 -
CMYK 0 0.02 0.12 0.67
HSL 48º 0.06% 0.31% -
HSV(B) 48º 0.12% 0.33% -
XYZ 7.91 8.41 7.69 -
YUV 81.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 84 82 74 0 0.02 0.12 0.67 48 0.06 0.31
Hex 54 52 4A 0 2 C 43 30 6 1F
Octal 124 122 112 0 2 14 103 60 6 37
Binary 1010100 1010010 1001010 0 10 1100 1000011 110000 110 11111

Color Harmonies of #54524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54524A

Black with #54524A

Text Example


Text Example

White with #54524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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