#554A42

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

Shades of Cork #554A42

Tints of Cork #554A42

Color information

#554A42 (or 0x554A42) is unknown color: approx Cork. HEX triplet: 55, 4A and 42. RGB value is (85,74,66). Sum of RGB (Red+Green+Blue) = 85+74+66=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A42 is #AAB5BD. Grayscale: #4C4C4C. Windows color (decimal): -11187646 or 4344405. OLE color: 4344405.

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

Color convert

RGB857466-
CMYK00.130.220.67
HSL25.26º12.58%29.61%-
HSV(B)25.26º22.35%33.33%-
XYZ7.187.226.17-
YUV76.38122.14134.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=37.78%
G=32.89%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85746600.130.220.6725.2612.5829.61
Hex554A420D164319d1e
Octal12511210201526103311536
Binary1010101100101010000100110110110100001111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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