#534641

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

Shades of Paco #534641

Tints of Paco #534641

Color information

#534641 (or 0x534641) is unknown color: approx Paco. HEX triplet: 53, 46 and 41. RGB value is (83,70,65). Sum of RGB (Red+Green+Blue) = 83+70+65=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #534641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534641 is #ACB9BE. Grayscale: #494949. Windows color (decimal): -11319743 or 4277843. OLE color: 4277843.

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

Color convert

RGB837065-
CMYK00.160.220.67
HSL16.67º12.16%29.02%-
HSV(B)16.67º21.69%32.55%-
XYZ6.716.65.92-
YUV73.32123.31134.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 65 (25.78% from 255) = 29.82%
R=38.07%
G=32.11%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83706500.160.220.6716.6712.1629.02
Hex534641010164311c1d
Octal12310610102026103211435
Binary10100111000110100000101000010110100001110001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534641; }

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

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

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

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

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

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

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

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