#554941

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

Shades of Cork #554941

Tints of Cork #554941

Color information

#554941 (or 0x554941) is unknown color: approx Cork. HEX triplet: 55, 49 and 41. RGB value is (85,73,65). Sum of RGB (Red+Green+Blue) = 85+73+65=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554941 is #AAB6BE. Grayscale: #4B4B4B. Windows color (decimal): -11187903 or 4278613. OLE color: 4278613.

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

Color convert

RGB857365-
CMYK00.140.240.67
HSL24º13.33%29.41%-
HSV(B)24º23.53%33.33%-
XYZ7.087.085.99-
YUV75.68121.98134.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 65 (25.78% from 255) = 29.15%
R=38.12%
G=32.74%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85736500.140.240.672413.3329.41
Hex5549410E184318d1d
Octal12511110101630103301535
Binary1010101100100110000010111011000100001111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554941; }

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

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

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

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

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

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

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

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