#504B45

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

Shades of Mondo #504B45

Tints of Mondo #504B45

Color information

#504B45 (or 0x504B45) is unknown color: approx Mondo. HEX triplet: 50, 4B and 45. RGB value is (80,75,69). Sum of RGB (Red+Green+Blue) = 80+75+69=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 80 - color contains mainly: red. Hex color #504B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B45 is #AFB4BA. Grayscale: #4B4B4B. Windows color (decimal): -11515067 or 4541264. OLE color: 4541264.

HSL color Cylindrical-coordinate representation of color #504B45: hue angle of 32.73º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #504B45 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB807569-
CMYK00.060.140.69
HSL32.73º7.38%29.22%-
HSV(B)32.73º13.75%31.37%-
XYZ6.97.176.65-
YUV75.81124.16130.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=35.71%
G=33.48%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80756900.060.140.6932.737.3829.22
Hex504B4506E452171d
Octal120113105061610541735
Binary10100001001011100010101101110100010110000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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