Html Css Color HEX #554D4A Saddle

📋 copy color: '#554D4A'

red 85 ◦ green 77 ◦ blue 74

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

Shades of Saddle #554D4A

Tints of Saddle #554D4A

RGB

 RED value IS 85 (33.59% from 255) = 36.02%

 GREEN value IS 77 (30.47% from 255) = 32.63%

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

R = 36.02%
G = 32.63%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#554D4A (or 0x554D4A) is known color: Saddle. HEX triplet: 55, 4D and 4A. RGB value is (85,77,74). Sum of RGB (Red+Green+Blue) = 85+77+74=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #554D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D4A is #AAB2B5. Grayscale: #4F4F4F. Windows color (decimal): -11186870 or 4869461. OLE color: 4869461.

HSL color Cylindrical-coordinate representation of color #554D4A: hue angle of 16.36º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #554D4A is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 77 74 -
CMYK 0 0.09 0.13 0.67
HSL 16.36º 0.07% 0.31% -
HSV(B) 16.36º 0.13% 0.33% -
XYZ 7.64 7.73 7.57 -
YUV 79.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 85 77 74 0 0.09 0.13 0.67 16.36 0.07 0.31
Hex 55 4D 4A 0 9 D 43 10 7 1F
Octal 125 115 112 0 11 15 103 20 7 37
Binary 1010101 1001101 1001010 0 1001 1101 1000011 10000 111 11111

Color Harmonies of #554D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D4A

Black with #554D4A

Text Example


Text Example

White with #554D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554D4A; }

 p { color: rgb(85,77,74); }

 H1.HeaderClassName
 {
   color: #554D4A;
 }
 .AnyTagClassName
 {
   color: #554D4A;
 }
</style>

background-color css

<style>
 a { background-color: #554D4A; }

 a { background-color: rgb(85,77,74); }

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

border-color css

<style>
 span { border-color: #554D4A; }

 span { border-color: rgb(85,77,74); }

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