Html Css Color HEX #504C4A Saddle

📋 copy color: '#504C4A'

red 80 ◦ green 76 ◦ blue 74

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

Shades of Saddle #504C4A

Tints of Saddle #504C4A

RGB

 RED value IS 80 (31.64% from 255) = 34.78%

 GREEN value IS 76 (30.08% from 255) = 33.04%

 BLUE value IS 74 (29.3% from 255) = 32.17%

R = 34.78%
G = 33.04%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#504C4A (or 0x504C4A) is known color: Saddle. HEX triplet: 50, 4C and 4A. RGB value is (80,76,74). Sum of RGB (Red+Green+Blue) = 80+76+74=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 80 - color contains mainly: red. Hex color #504C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C4A is #AFB3B5. Grayscale: #4C4C4C. Windows color (decimal): -11514806 or 4869200. OLE color: 4869200.

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

Color convert

RGB 80 76 74 -
CMYK 0 0.05 0.08 0.69
HSL 20º 0.04% 0.3% -
HSV(B) 20º 0.07% 0.31% -
XYZ 7.13 7.37 7.53 -
YUV 76.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 80 76 74 0 0.05 0.08 0.69 20 0.04 0.3
Hex 50 4C 4A 0 5 8 45 14 4 1E
Octal 120 114 112 0 5 10 105 24 4 36
Binary 1010000 1001100 1001010 0 101 1000 1000101 10100 100 11110

Color Harmonies of #504C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C4A

Black with #504C4A

Text Example


Text Example

White with #504C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,76,74); }

 H1.HeaderClassName
 {
   color: #504C4A;
 }
 .AnyTagClassName
 {
   color: #504C4A;
 }
</style>

background-color css

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

 a { background-color: rgb(80,76,74); }

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

border-color css

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

 span { border-color: rgb(80,76,74); }

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