#554842

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

Shades of Cork #554842

Tints of Cork #554842

Color information

#554842 (or 0x554842) is unknown color: approx Cork. HEX triplet: 55, 48 and 42. RGB value is (85,72,66). Sum of RGB (Red+Green+Blue) = 85+72+66=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554842 is #AAB7BD. Grayscale: #4B4B4B. Windows color (decimal): -11188158 or 4343893. OLE color: 4343893.

HSL color Cylindrical-coordinate representation of color #554842: hue angle of 18.95º 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 #554842 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB857266-
CMYK00.150.220.67
HSL18.95º12.58%29.61%-
HSV(B)18.95º22.35%33.33%-
XYZ7.056.966.13-
YUV75.2122.81134.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=38.12%
G=32.29%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85726600.150.220.6718.9512.5829.61
Hex5548420F164313d1e
Octal12511010201726103231536
Binary1010101100100010000100111110110100001110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554842; }

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

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

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

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

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

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

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

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