#554D4B

Color #554D4B Tundora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tundora #554D4B

Tints of Tundora #554D4B

Color information

#554D4B (or 0x554D4B) is unknown color: approx Tundora. HEX triplet: 55, 4D and 4B. RGB value is (85,77,75). Sum of RGB (Red+Green+Blue) = 85+77+75=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #554D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D4B is #AAB2B4. Grayscale: #4F4F4F. Windows color (decimal): -11186869 or 4934997. OLE color: 4934997.

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

Color convert

RGB857775-
CMYK00.090.120.67
HSL12º6.25%31.37%-
HSV(B)12º11.76%33.33%-
XYZ7.677.757.75-
YUV79.16125.65132.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=35.86%
G=32.49%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85777500.090.120.67126.2531.37
Hex554D4B09C43c61f
Octal1251151130111410314637
Binary1010101100110110010110100111001000011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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