#504B44

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

Shades of Mondo #504B44

Tints of Mondo #504B44

Color information

#504B44 (or 0x504B44) is unknown color: approx Mondo. HEX triplet: 50, 4B and 44. RGB value is (80,75,68). Sum of RGB (Red+Green+Blue) = 80+75+68=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 80 - color contains mainly: red. Hex color #504B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B44 is #AFB4BB. Grayscale: #4B4B4B. Windows color (decimal): -11515068 or 4475728. OLE color: 4475728.

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

Color convert

RGB807568-
CMYK00.060.150.69
HSL35º8.11%29.02%-
HSV(B)35º15%31.37%-
XYZ6.877.156.49-
YUV75.7123.66131.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=35.87%
G=33.63%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80756800.060.150.69358.1129.02
Hex504B4406F452381d
Octal1201131040617105431035
Binary101000010010111000100011011111000101100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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