Html Css Color HEX #535241 Merlin

📋 copy color: '#535241'

red 83 ◦ green 82 ◦ blue 65

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

Shades of Merlin #535241

Tints of Merlin #535241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 36.09%
G = 35.65%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#535241 (or 0x535241) is known color: Merlin. HEX triplet: 53, 52 and 41. RGB value is (83,82,65). Sum of RGB (Red+Green+Blue) = 83+82+65=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #535241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535241 is #ACADBE. Grayscale: #505050. Windows color (decimal): -11316671 or 4280915. OLE color: 4280915.

HSL color Cylindrical-coordinate representation of color #535241: hue angle of 56.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #535241 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 82 65 -
CMYK 0 0.01 0.22 0.67
HSL 56.67º 0.12% 0.29% -
HSV(B) 56.67º 0.22% 0.33% -
XYZ 7.54 8.26 6.2 -
YUV 80.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 83 82 65 0 0.01 0.22 0.67 56.67 0.12 0.29
Hex 53 52 41 0 1 16 43 39 C 1D
Octal 123 122 101 0 1 26 103 71 14 35
Binary 1010011 1010010 1000001 0 1 10110 1000011 111001 1100 11101

Color Harmonies of #535241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535241

Black with #535241

Text Example


Text Example

White with #535241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535241; }

 p { color: rgb(83,82,65); }

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

background-color css

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

 a { background-color: rgb(83,82,65); }

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

border-color css

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

 span { border-color: rgb(83,82,65); }

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