#504B49

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

Shades of Saddle #504B49

Tints of Saddle #504B49

Color information

#504B49 (or 0x504B49) is unknown color: approx Saddle. HEX triplet: 50, 4B and 49. RGB value is (80,75,73). Sum of RGB (Red+Green+Blue) = 80+75+73=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 80 - color contains mainly: red. Hex color #504B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B49 is #AFB4B6. Grayscale: #4C4C4C. Windows color (decimal): -11515063 or 4803408. OLE color: 4803408.

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

Color convert

RGB807573-
CMYK00.060.090.69
HSL17.14º4.58%30%-
HSV(B)17.14º8.75%31.37%-
XYZ7.037.227.33-
YUV76.27126.16130.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=35.09%
G=32.89%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80757300.060.090.6917.144.5830
Hex504B49069451151e
Octal120113111061110521536
Binary1010000100101110010010110100110001011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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