#554F4A

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

Shades of Cork #554F4A

Tints of Cork #554F4A

Color information

#554F4A (or 0x554F4A) is unknown color: approx Cork. HEX triplet: 55, 4F and 4A. RGB value is (85,79,74). Sum of RGB (Red+Green+Blue) = 85+79+74=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #554F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F4A is #AAB0B5. Grayscale: #505050. Windows color (decimal): -11186358 or 4869973. OLE color: 4869973.

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

Color convert

RGB857974-
CMYK00.070.130.67
HSL27.27º6.92%31.18%-
HSV(B)27.27º12.94%33.33%-
XYZ7.788.027.62-
YUV80.22124.49131.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 79 (31.25% from 255) = 33.19%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=35.71%
G=33.19%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85797400.070.130.6727.276.9231.18
Hex554F4A07D431b71f
Octal125117112071510333737
Binary1010101100111110010100111110110000111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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