#55473F

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

Shades of Cork #55473F

Tints of Cork #55473F

Color information

#55473F (or 0x55473F) is unknown color: approx Cork. HEX triplet: 55, 47 and 3F. RGB value is (85,71,63). Sum of RGB (Red+Green+Blue) = 85+71+63=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #55473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55473F is #AAB8C0. Grayscale: #4A4A4A. Windows color (decimal): -11188417 or 4147029. OLE color: 4147029.

HSL color Cylindrical-coordinate representation of color #55473F: hue angle of 21.82º 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 #55473F is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB857163-
CMYK00.160.260.67
HSL21.82º14.86%29.02%-
HSV(B)21.82º25.88%33.33%-
XYZ6.96.85.65-
YUV74.27121.64135.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 63 (25% from 255) = 28.77%
R=38.81%
G=32.42%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85716300.160.260.6721.8214.8629.02
Hex55473F0101A4316f1d
Octal1251077702032103261735
Binary1010101100011111111101000011010100001110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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