#554A44

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

Shades of Cork #554A44

Tints of Cork #554A44

Color information

#554A44 (or 0x554A44) is unknown color: approx Cork. HEX triplet: 55, 4A and 44. RGB value is (85,74,68). Sum of RGB (Red+Green+Blue) = 85+74+68=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A44 is #AAB5BB. Grayscale: #4C4C4C. Windows color (decimal): -11187644 or 4475477. OLE color: 4475477.

HSL color Cylindrical-coordinate representation of color #554A44: hue angle of 21.18º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554A44 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB857468-
CMYK00.130.200.67
HSL21.18º11.11%30%-
HSV(B)21.18º20%33.33%-
XYZ7.247.256.49-
YUV76.6123.14133.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 68 (26.95% from 255) = 29.96%
R=37.44%
G=32.60%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85746800.130.200.6721.1811.1130
Hex554A440D144315b1e
Octal12511210401524103251336
Binary1010101100101010001000110110100100001110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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