#514B45

Color #514B45 Mondo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mondo #514B45

Tints of Mondo #514B45

Color information

#514B45 (or 0x514B45) is unknown color: approx Mondo. HEX triplet: 51, 4B and 45. RGB value is (81,75,69). Sum of RGB (Red+Green+Blue) = 81+75+69=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #514B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B45 is #AEB4BA. Grayscale: #4C4C4C. Windows color (decimal): -11449531 or 4541265. OLE color: 4541265.

HSL color Cylindrical-coordinate representation of color #514B45: hue angle of 30º 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 #514B45 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB817569-
CMYK00.070.150.68
HSL30º8%29.41%-
HSV(B)30º14.81%31.76%-
XYZ6.987.216.65-
YUV76.11123.99131.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=36%
G=33.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81756900.070.150.6830829.41
Hex514B4507F441e81d
Octal1211131050717104361035
Binary10100011001011100010101111111100010011110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #514B45;
 }
 .AnyTagClassName
 {
   color: #514B45;
 }
</style>
background-color css

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

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

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

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

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

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