#53463F

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

Shades of Paco #53463F

Tints of Paco #53463F

Color information

#53463F (or 0x53463F) is unknown color: approx Paco. HEX triplet: 53, 46 and 3F. RGB value is (83,70,63). Sum of RGB (Red+Green+Blue) = 83+70+63=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #53463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53463F is #ACB9C0. Grayscale: #494949. Windows color (decimal): -11319745 or 4146771. OLE color: 4146771.

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

Color convert

RGB837063-
CMYK00.160.240.67
HSL21º13.7%28.63%-
HSV(B)21º24.1%32.55%-
XYZ6.656.585.62-
YUV73.09122.31135.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 70 (27.73% from 255) = 32.41%
BLUE value IS 63 (25% from 255) = 29.17%
R=38.43%
G=32.41%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83706300.160.240.672113.728.63
Hex53463F010184315e1d
Octal1231067702030103251635
Binary1010011100011011111101000011000100001110101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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