Html Css Color HEX #535245 Merlin

📋 copy color: '#535245'

red 83 ◦ green 82 ◦ blue 69

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

Shades of Merlin #535245

Tints of Merlin #535245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.49%

R = 35.47%
G = 35.04%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#535245 (or 0x535245) is known color: Merlin. HEX triplet: 53, 52 and 45. RGB value is (83,82,69). Sum of RGB (Red+Green+Blue) = 83+82+69=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #535245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535245 is #ACADBA. Grayscale: #505050. Windows color (decimal): -11316667 or 4543059. OLE color: 4543059.

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

Color convert

RGB 83 82 69 -
CMYK 0 0.01 0.17 0.67
HSL 55.71º 0.09% 0.3% -
HSV(B) 55.71º 0.17% 0.33% -
XYZ 7.66 8.3 6.83 -
YUV 80.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 83 82 69 0 0.01 0.17 0.67 55.71 0.09 0.3
Hex 53 52 45 0 1 11 43 38 9 1E
Octal 123 122 105 0 1 21 103 70 11 36
Binary 1010011 1010010 1000101 0 1 10001 1000011 111000 1001 11110

Color Harmonies of #535245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535245

Black with #535245

Text Example


Text Example

White with #535245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535245; }

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

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

background-color css

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

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

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

border-color css

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

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

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