Html Css Color HEX #535148 Merlin

📋 copy color: '#535148'

red 83 ◦ green 81 ◦ blue 72

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

Shades of Merlin #535148

Tints of Merlin #535148

RGB

 RED value IS 83 (32.81% from 255) = 35.17%

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 72 (28.52% from 255) = 30.51%

R = 35.17%
G = 34.32%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#535148 (or 0x535148) is known color: Merlin. HEX triplet: 53, 51 and 48. RGB value is (83,81,72). Sum of RGB (Red+Green+Blue) = 83+81+72=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 83 - color contains mainly: red. Hex color #535148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535148 is #ACAEB7. Grayscale: #505050. Windows color (decimal): -11316920 or 4739411. OLE color: 4739411.

HSL color Cylindrical-coordinate representation of color #535148: hue angle of 49.09º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #535148 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 81 72 -
CMYK 0 0.02 0.13 0.67
HSL 49.09º 0.07% 0.3% -
HSV(B) 49.09º 0.13% 0.33% -
XYZ 7.68 8.19 7.31 -
YUV 80.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 83 81 72 0 0.02 0.13 0.67 49.09 0.07 0.3
Hex 53 51 48 0 2 D 43 31 7 1E
Octal 123 121 110 0 2 15 103 61 7 36
Binary 1010011 1010001 1001000 0 10 1101 1000011 110001 111 11110

Color Harmonies of #535148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535148

Black with #535148

Text Example


Text Example

White with #535148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535148; }

 p { color: rgb(83,81,72); }

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

background-color css

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

 a { background-color: rgb(83,81,72); }

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

border-color css

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

 span { border-color: rgb(83,81,72); }

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