Html Css Color HEX #504B49 Saddle

📋 copy color: '#504B49'

red 80 ◦ green 75 ◦ blue 73

#504B49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle #504B49

Tints of Saddle #504B49

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 value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#504B49 (or 0x504B49) is known color: 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

RGB 80 75 73 -
CMYK 0 0.06 0.09 0.69
HSL 17.14º 0.05% 0.3% -
HSV(B) 17.14º 0.09% 0.31% -
XYZ 7.03 7.22 7.33 -
YUV 76.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 80 75 73 0 0.06 0.09 0.69 17.14 0.05 0.3
Hex 50 4B 49 0 6 9 45 11 5 1E
Octal 120 113 111 0 6 11 105 21 5 36
Binary 1010000 1001011 1001001 0 110 1001 1000101 10001 101 11110

Color Harmonies of #504B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B49

Black with #504B49

Text Example


Text Example

White with #504B49

Text Example


Text Example

HTML Codes & Css Web 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>