Html Css Color HEX #535142 Merlin

📋 copy color: '#535142'

red 83 ◦ green 81 ◦ blue 66

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

Shades of Merlin #535142

Tints of Merlin #535142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.7%

R = 36.09%
G = 35.22%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#535142 (or 0x535142) is known color: Merlin. HEX triplet: 53, 51 and 42. RGB value is (83,81,66). Sum of RGB (Red+Green+Blue) = 83+81+66=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #535142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535142 is #ACAEBD. Grayscale: #4F4F4F. Windows color (decimal): -11316926 or 4346195. OLE color: 4346195.

HSL color Cylindrical-coordinate representation of color #535142: hue angle of 52.94º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535142 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 81 66 -
CMYK 0 0.02 0.20 0.67
HSL 52.94º 0.11% 0.29% -
HSV(B) 52.94º 0.2% 0.33% -
XYZ 7.49 8.12 6.33 -
YUV 79.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 83 81 66 0 0.02 0.20 0.67 52.94 0.11 0.29
Hex 53 51 42 0 2 14 43 35 B 1D
Octal 123 121 102 0 2 24 103 65 13 35
Binary 1010011 1010001 1000010 0 10 10100 1000011 110101 1011 11101

Color Harmonies of #535142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535142

Black with #535142

Text Example


Text Example

White with #535142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535142; }

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

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

background-color css

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

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

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

border-color css

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

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

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