Html Css Color HEX #514F44 Merlin

📋 copy color: '#514F44'

red 81 ◦ green 79 ◦ blue 68

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

Shades of Merlin #514F44

Tints of Merlin #514F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.82%

R = 35.53%
G = 34.65%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#514F44 (or 0x514F44) is known color: Merlin. HEX triplet: 51, 4F and 44. RGB value is (81,79,68). Sum of RGB (Red+Green+Blue) = 81+79+68=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #514F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F44 is #AEB0BB. Grayscale: #4E4E4E. Windows color (decimal): -11448508 or 4476753. OLE color: 4476753.

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

Color convert

RGB 81 79 68 -
CMYK 0 0.02 0.16 0.68
HSL 50.77º 0.09% 0.29% -
HSV(B) 50.77º 0.16% 0.32% -
XYZ 7.23 7.76 6.59 -
YUV 78.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 81 79 68 0 0.02 0.16 0.68 50.77 0.09 0.29
Hex 51 4F 44 0 2 10 44 33 9 1D
Octal 121 117 104 0 2 20 104 63 11 35
Binary 1010001 1001111 1000100 0 10 10000 1000100 110011 1001 11101

Color Harmonies of #514F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F44

Black with #514F44

Text Example


Text Example

White with #514F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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