Html Css Color HEX #514A41 Mondo

📋 copy color: '#514A41'

red 81 ◦ green 74 ◦ blue 65

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

Shades of Mondo #514A41

Tints of Mondo #514A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.64%

 BLUE value IS 65 (25.78% from 255) = 29.55%

R = 36.82%
G = 33.64%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#514A41 (or 0x514A41) is known color: Mondo. HEX triplet: 51, 4A and 41. RGB value is (81,74,65). Sum of RGB (Red+Green+Blue) = 81+74+65=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A41 is #AEB5BE. Grayscale: #4B4B4B. Windows color (decimal): -11449791 or 4278865. OLE color: 4278865.

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

Color convert

RGB 81 74 65 -
CMYK 0 0.09 0.20 0.68
HSL 33.75º 0.11% 0.29% -
HSV(B) 33.75º 0.2% 0.32% -
XYZ 6.8 7.03 6 -
YUV 75.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 81 74 65 0 0.09 0.20 0.68 33.75 0.11 0.29
Hex 51 4A 41 0 9 14 44 22 B 1D
Octal 121 112 101 0 11 24 104 42 13 35
Binary 1010001 1001010 1000001 0 1001 10100 1000100 100010 1011 11101

Color Harmonies of #514A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A41

Black with #514A41

Text Example


Text Example

White with #514A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,74,65); }

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

background-color css

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

 a { background-color: rgb(81,74,65); }

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

border-color css

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

 span { border-color: rgb(81,74,65); }

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