Html Css Color HEX #54534B Merlin

📋 copy color: '#54534B'

red 84 ◦ green 83 ◦ blue 75

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

Shades of Merlin #54534B

Tints of Merlin #54534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.99%

R = 34.71%
G = 34.3%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54534B (or 0x54534B) is known color: Merlin. HEX triplet: 54, 53 and 4B. RGB value is (84,83,75). Sum of RGB (Red+Green+Blue) = 84+83+75=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 84 - color contains mainly: red. Hex color #54534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54534B is #ABACB4. Grayscale: #525252. Windows color (decimal): -11250869 or 4936532. OLE color: 4936532.

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

Color convert

RGB 84 83 75 -
CMYK 0 0.01 0.11 0.67
HSL 53.33º 0.06% 0.31% -
HSV(B) 53.33º 0.11% 0.33% -
XYZ 8.02 8.58 7.89 -
YUV 82.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 84 83 75 0 0.01 0.11 0.67 53.33 0.06 0.31
Hex 54 53 4B 0 1 B 43 35 6 1F
Octal 124 123 113 0 1 13 103 65 6 37
Binary 1010100 1010011 1001011 0 1 1011 1000011 110101 110 11111

Color Harmonies of #54534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54534B

Black with #54534B

Text Example


Text Example

White with #54534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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