Html Css Color HEX #535240 Merlin

📋 copy color: '#535240'

red 83 ◦ green 82 ◦ blue 64

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

Shades of Merlin #535240

Tints of Merlin #535240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 36.24%
G = 35.81%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#535240 (or 0x535240) is known color: Merlin. HEX triplet: 53, 52 and 40. RGB value is (83,82,64). Sum of RGB (Red+Green+Blue) = 83+82+64=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #535240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535240 is #ACADBF. Grayscale: #505050. Windows color (decimal): -11316672 or 4215379. OLE color: 4215379.

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

Color convert

RGB 83 82 64 -
CMYK 0 0.01 0.23 0.67
HSL 56.84º 0.13% 0.29% -
HSV(B) 56.84º 0.23% 0.33% -
XYZ 7.51 8.24 6.05 -
YUV 80.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 83 82 64 0 0.01 0.23 0.67 56.84 0.13 0.29
Hex 53 52 40 0 1 17 43 39 D 1D
Octal 123 122 100 0 1 27 103 71 15 35
Binary 1010011 1010010 1000000 0 1 10111 1000011 111001 1101 11101

Color Harmonies of #535240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535240

Black with #535240

Text Example


Text Example

White with #535240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535240; }

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

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

background-color css

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

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

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

border-color css

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

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

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