Html Css Color HEX #514B40 Mondo

📋 copy color: '#514B40'

red 81 ◦ green 75 ◦ blue 64

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

Shades of Mondo #514B40

Tints of Mondo #514B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.09%

 BLUE value IS 64 (25.39% from 255) = 29.09%

R = 36.82%
G = 34.09%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#514B40 (or 0x514B40) is known color: Mondo. HEX triplet: 51, 4B and 40. RGB value is (81,75,64). Sum of RGB (Red+Green+Blue) = 81+75+64=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B40 is #AEB4BF. Grayscale: #4B4B4B. Windows color (decimal): -11449536 or 4213585. OLE color: 4213585.

HSL color Cylindrical-coordinate representation of color #514B40: hue angle of 38.82º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #514B40 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 75 64 -
CMYK 0 0.07 0.21 0.68
HSL 38.82º 0.12% 0.28% -
HSV(B) 38.82º 0.21% 0.32% -
XYZ 6.83 7.15 5.87 -
YUV 75.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 81 75 64 0 0.07 0.21 0.68 38.82 0.12 0.28
Hex 51 4B 40 0 7 15 44 27 C 1C
Octal 121 113 100 0 7 25 104 47 14 34
Binary 1010001 1001011 1000000 0 111 10101 1000100 100111 1100 11100

Color Harmonies of #514B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B40

Black with #514B40

Text Example


Text Example

White with #514B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,75,64); }

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

background-color css

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

 a { background-color: rgb(81,75,64); }

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

border-color css

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

 span { border-color: rgb(81,75,64); }

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