Html Css Color HEX #514C42 Mondo

📋 copy color: '#514C42'

red 81 ◦ green 76 ◦ blue 66

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

Shades of Mondo #514C42

Tints of Mondo #514C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.08%

 BLUE value IS 66 (26.17% from 255) = 29.6%

R = 36.32%
G = 34.08%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#514C42 (or 0x514C42) is known color: Mondo. HEX triplet: 51, 4C and 42. RGB value is (81,76,66). Sum of RGB (Red+Green+Blue) = 81+76+66=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 81 - color contains mainly: red. Hex color #514C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C42 is #AEB3BD. Grayscale: #4C4C4C. Windows color (decimal): -11449278 or 4344913. OLE color: 4344913.

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

Color convert

RGB 81 76 66 -
CMYK 0 0.06 0.19 0.68
HSL 40º 0.1% 0.29% -
HSV(B) 40º 0.19% 0.32% -
XYZ 6.96 7.31 6.2 -
YUV 76.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 81 76 66 0 0.06 0.19 0.68 40 0.1 0.29
Hex 51 4C 42 0 6 13 44 28 A 1D
Octal 121 114 102 0 6 23 104 50 12 35
Binary 1010001 1001100 1000010 0 110 10011 1000100 101000 1010 11101

Color Harmonies of #514C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C42

Black with #514C42

Text Example


Text Example

White with #514C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,76,66); }

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

background-color css

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

 a { background-color: rgb(81,76,66); }

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

border-color css

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

 span { border-color: rgb(81,76,66); }

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