Html Css Color HEX #535242 Merlin

📋 copy color: '#535242'

red 83 ◦ green 82 ◦ blue 66

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

Shades of Merlin #535242

Tints of Merlin #535242

RGB

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

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

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

R = 35.93%
G = 35.5%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#535242 (or 0x535242) is known color: Merlin. HEX triplet: 53, 52 and 42. RGB value is (83,82,66). Sum of RGB (Red+Green+Blue) = 83+82+66=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #535242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535242 is #ACADBD. Grayscale: #505050. Windows color (decimal): -11316670 or 4346451. OLE color: 4346451.

HSL color Cylindrical-coordinate representation of color #535242: hue angle of 56.47º 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 #535242 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 82 66 -
CMYK 0 0.01 0.20 0.67
HSL 56.47º 0.11% 0.29% -
HSV(B) 56.47º 0.2% 0.33% -
XYZ 7.57 8.27 6.35 -
YUV 80.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 83 82 66 0 0.01 0.20 0.67 56.47 0.11 0.29
Hex 53 52 42 0 1 14 43 38 B 1D
Octal 123 122 102 0 1 24 103 70 13 35
Binary 1010011 1010010 1000010 0 1 10100 1000011 111000 1011 11101

Color Harmonies of #535242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535242

Black with #535242

Text Example


Text Example

White with #535242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535242; }

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

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

background-color css

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

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

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

border-color css

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

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

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