Html Css Color HEX #54534C Merlin

📋 copy color: '#54534C'

red 84 ◦ green 83 ◦ blue 76

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

Shades of Merlin #54534C

Tints of Merlin #54534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

 BLUE value IS 76 (30.08% from 255) = 31.28%

R = 34.57%
G = 34.16%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54534C (or 0x54534C) is known color: Merlin. HEX triplet: 54, 53 and 4C. RGB value is (84,83,76). Sum of RGB (Red+Green+Blue) = 84+83+76=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 84 - color contains mainly: red. Hex color #54534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54534C is #ABACB3. Grayscale: #525252. Windows color (decimal): -11250868 or 5002068. OLE color: 5002068.

HSL color Cylindrical-coordinate representation of color #54534C: hue angle of 52.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #54534C is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 83 76 -
CMYK 0 0.01 0.10 0.67
HSL 52.5º 0.05% 0.31% -
HSV(B) 52.5º 0.1% 0.33% -
XYZ 8.05 8.59 8.07 -
YUV 82.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 84 83 76 0 0.01 0.10 0.67 52.5 0.05 0.31
Hex 54 53 4C 0 1 A 43 34 5 1F
Octal 124 123 114 0 1 12 103 64 5 37
Binary 1010100 1010011 1001100 0 1 1010 1000011 110100 101 11111

Color Harmonies of #54534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54534C

Black with #54534C

Text Example


Text Example

White with #54534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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