#55463F

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

Shades of Cork #55463F

Tints of Cork #55463F

Color information

#55463F (or 0x55463F) is unknown color: approx Cork. HEX triplet: 55, 46 and 3F. RGB value is (85,70,63). Sum of RGB (Red+Green+Blue) = 85+70+63=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #55463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55463F is #AAB9C0. Grayscale: #494949. Windows color (decimal): -11188673 or 4146773. OLE color: 4146773.

HSL color Cylindrical-coordinate representation of color #55463F: hue angle of 19.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55463F is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB857063-
CMYK00.180.260.67
HSL19.09º14.86%29.02%-
HSV(B)19.09º25.88%33.33%-
XYZ6.836.675.63-
YUV73.69121.97136.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 63 (25% from 255) = 28.90%
R=38.99%
G=32.11%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85706300.180.260.6719.0914.8629.02
Hex55463F0121A4313f1d
Octal1251067702232103231735
Binary1010101100011011111101001011010100001110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55463F; }

 p { color: rgb(85,70,63); }

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

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

 a { background-color: rgb(85,70,63); }

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

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

 span { border-color: rgb(85,70,63); }

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