#554942

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

Shades of Cork #554942

Tints of Cork #554942

Color information

#554942 (or 0x554942) is unknown color: approx Cork. HEX triplet: 55, 49 and 42. RGB value is (85,73,66). Sum of RGB (Red+Green+Blue) = 85+73+66=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554942 is #AAB6BD. Grayscale: #4B4B4B. Windows color (decimal): -11187902 or 4344149. OLE color: 4344149.

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

Color convert

RGB857366-
CMYK00.140.220.67
HSL22.11º12.58%29.61%-
HSV(B)22.11º22.35%33.33%-
XYZ7.117.096.15-
YUV75.79122.48134.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 66 (26.17% from 255) = 29.46%
R=37.95%
G=32.59%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85736600.140.220.6722.1112.5829.61
Hex5549420E164316d1e
Octal12511110201626103261536
Binary1010101100100110000100111010110100001110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554942; }

 p { color: rgb(85,73,66); }

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

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

 a { background-color: rgb(85,73,66); }

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

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

 span { border-color: rgb(85,73,66); }

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