#54463F

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

Shades of Cork #54463F

Tints of Cork #54463F

Color information

#54463F (or 0x54463F) is unknown color: approx Cork. HEX triplet: 54, 46 and 3F. RGB value is (84,70,63). Sum of RGB (Red+Green+Blue) = 84+70+63=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 84 - color contains mainly: red. Hex color #54463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54463F is #ABB9C0. Grayscale: #494949. Windows color (decimal): -11254209 or 4146772. OLE color: 4146772.

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

Color convert

RGB847063-
CMYK00.170.250.67
HSL20º14.29%28.82%-
HSV(B)20º25%32.94%-
XYZ6.746.625.63-
YUV73.39122.14135.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 63 (25% from 255) = 29.03%
R=38.71%
G=32.26%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84706300.170.250.672014.2928.82
Hex54463F011194314e1d
Octal1241067702131103241635
Binary1010100100011011111101000111001100001110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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