Html Css Color HEX #514F45 Merlin

📋 copy color: '#514F45'

red 81 ◦ green 79 ◦ blue 69

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

Shades of Merlin #514F45

Tints of Merlin #514F45

RGB

 RED value IS 81 (32.03% from 255) = 35.37%

 GREEN value IS 79 (31.25% from 255) = 34.5%

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

R = 35.37%
G = 34.5%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#514F45 (or 0x514F45) is known color: Merlin. HEX triplet: 51, 4F and 45. RGB value is (81,79,69). Sum of RGB (Red+Green+Blue) = 81+79+69=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 81 - color contains mainly: red. Hex color #514F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F45 is #AEB0BA. Grayscale: #4E4E4E. Windows color (decimal): -11448507 or 4542289. OLE color: 4542289.

HSL color Cylindrical-coordinate representation of color #514F45: hue angle of 50º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #514F45 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 79 69 -
CMYK 0 0.02 0.15 0.68
HSL 50º 0.08% 0.29% -
HSV(B) 50º 0.15% 0.32% -
XYZ 7.26 7.77 6.75 -
YUV 78.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 81 79 69 0 0.02 0.15 0.68 50 0.08 0.29
Hex 51 4F 45 0 2 F 44 32 8 1D
Octal 121 117 105 0 2 17 104 62 10 35
Binary 1010001 1001111 1000101 0 10 1111 1000100 110010 1000 11101

Color Harmonies of #514F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F45

Black with #514F45

Text Example


Text Example

White with #514F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514F45; }

 p { color: rgb(81,79,69); }

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

background-color css

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

 a { background-color: rgb(81,79,69); }

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

border-color css

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

 span { border-color: rgb(81,79,69); }

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