#504B46

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

Shades of Mondo #504B46

Tints of Mondo #504B46

Color information

#504B46 (or 0x504B46) is unknown color: approx Mondo. HEX triplet: 50, 4B and 46. RGB value is (80,75,70). Sum of RGB (Red+Green+Blue) = 80+75+70=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 80 - color contains mainly: red. Hex color #504B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B46 is #AFB4B9. Grayscale: #4B4B4B. Windows color (decimal): -11515066 or 4606800. OLE color: 4606800.

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

Color convert

RGB807570-
CMYK00.060.120.69
HSL30º6.67%29.41%-
HSV(B)30º12.5%31.37%-
XYZ6.937.186.81-
YUV75.92124.66130.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=35.56%
G=33.33%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80757000.060.120.69306.6729.41
Hex504B4606C451e71d
Octal120113106061410536735
Binary1010000100101110001100110110010001011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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