#554A41

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

Shades of Cork #554A41

Tints of Cork #554A41

Color information

#554A41 (or 0x554A41) is unknown color: approx Cork. HEX triplet: 55, 4A and 41. RGB value is (85,74,65). Sum of RGB (Red+Green+Blue) = 85+74+65=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A41 is #AAB5BE. Grayscale: #4C4C4C. Windows color (decimal): -11187647 or 4278869. OLE color: 4278869.

HSL color Cylindrical-coordinate representation of color #554A41: hue angle of 27º 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 #554A41 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB857465-
CMYK00.130.240.67
HSL27º13.33%29.41%-
HSV(B)27º23.53%33.33%-
XYZ7.157.216.02-
YUV76.26121.64134.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=37.95%
G=33.04%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85746500.130.240.672713.3329.41
Hex554A410D18431bd1d
Octal12511210101530103331535
Binary1010101100101010000010110111000100001111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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