Html Css Color HEX #53523F Merlin

📋 copy color: '#53523F'

red 83 ◦ green 82 ◦ blue 63

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

Shades of Merlin #53523F

Tints of Merlin #53523F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.63%

R = 36.4%
G = 35.96%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53523F (or 0x53523F) is known color: Merlin. HEX triplet: 53, 52 and 3F. RGB value is (83,82,63). Sum of RGB (Red+Green+Blue) = 83+82+63=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #53523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53523F is #ACADC0. Grayscale: #505050. Windows color (decimal): -11316673 or 4149843. OLE color: 4149843.

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

Color convert

RGB 83 82 63 -
CMYK 0 0.01 0.24 0.67
HSL 57º 0.14% 0.29% -
HSV(B) 57º 0.24% 0.33% -
XYZ 7.48 8.23 5.9 -
YUV 80.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 83 82 63 0 0.01 0.24 0.67 57 0.14 0.29
Hex 53 52 3F 0 1 18 43 39 E 1D
Octal 123 122 77 0 1 30 103 71 16 35
Binary 1010011 1010010 111111 0 1 11000 1000011 111001 1110 11101

Color Harmonies of #53523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53523F

Black with #53523F

Text Example


Text Example

White with #53523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53523F; }

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

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

background-color css

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

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

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

border-color css

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

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

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