#534640

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

Shades of Paco #534640

Tints of Paco #534640

Color information

#534640 (or 0x534640) is unknown color: approx Paco. HEX triplet: 53, 46 and 40. RGB value is (83,70,64). Sum of RGB (Red+Green+Blue) = 83+70+64=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #534640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534640 is #ACB9BF. Grayscale: #494949. Windows color (decimal): -11319744 or 4212307. OLE color: 4212307.

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

Color convert

RGB837064-
CMYK00.160.230.67
HSL18.95º12.93%28.82%-
HSV(B)18.95º22.89%32.55%-
XYZ6.686.595.77-
YUV73.2122.81134.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=38.25%
G=32.26%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83706400.160.230.6718.9512.9328.82
Hex534640010174313d1d
Octal12310610002027103231535
Binary10100111000110100000001000010111100001110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534640; }

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

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

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

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

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

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

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

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