#54473F

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

Shades of Cork #54473F

Tints of Cork #54473F

Color information

#54473F (or 0x54473F) is unknown color: approx Cork. HEX triplet: 54, 47 and 3F. RGB value is (84,71,63). Sum of RGB (Red+Green+Blue) = 84+71+63=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #54473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54473F is #ABB8C0. Grayscale: #4A4A4A. Windows color (decimal): -11253953 or 4147028. OLE color: 4147028.

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

Color convert

RGB847163-
CMYK00.150.250.67
HSL22.86º14.29%28.82%-
HSV(B)22.86º25%32.94%-
XYZ6.816.755.65-
YUV73.98121.81135.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 63 (25% from 255) = 28.90%
R=38.53%
G=32.57%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84716300.150.250.6722.8614.2928.82
Hex54473F0F194317e1d
Octal1241077701731103271635
Binary101010010001111111110111111001100001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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