Html Css Color HEX #554D4B Tundora

📋 copy color: '#554D4B'

red 85 ◦ green 77 ◦ blue 75

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

Shades of Tundora #554D4B

Tints of Tundora #554D4B

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

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#554D4B (or 0x554D4B) is known color: 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

RGB 85 77 75 -
CMYK 0 0.09 0.12 0.67
HSL 12º 0.06% 0.31% -
HSV(B) 12º 0.12% 0.33% -
XYZ 7.67 7.75 7.75 -
YUV 79.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 85 77 75 0 0.09 0.12 0.67 12 0.06 0.31
Hex 55 4D 4B 0 9 C 43 C 6 1F
Octal 125 115 113 0 11 14 103 14 6 37
Binary 1010101 1001101 1001011 0 1001 1100 1000011 1100 110 11111

Color Harmonies of #554D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D4B

Black with #554D4B

Text Example


Text Example

White with #554D4B

Text Example


Text Example

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