#53443D

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

Shades of Paco #53443D

Tints of Paco #53443D

Color information

#53443D (or 0x53443D) is unknown color: approx Paco. HEX triplet: 53, 44 and 3D. RGB value is (83,68,61). Sum of RGB (Red+Green+Blue) = 83+68+61=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #53443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53443D is #ACBBC2. Grayscale: #474747. Windows color (decimal): -11320259 or 4015187. OLE color: 4015187.

HSL color Cylindrical-coordinate representation of color #53443D: hue angle of 19.09º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53443D is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB836861-
CMYK00.180.270.67
HSL19.09º15.28%28.24%-
HSV(B)19.09º26.51%32.55%-
XYZ6.486.315.29-
YUV71.69121.97136.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 61 (24.22% from 255) = 28.77%
R=39.15%
G=32.08%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83686100.180.270.6719.0915.2828.24
Hex53443D0121B4313f1c
Octal1231047502233103231734
Binary1010011100010011110101001011011100001110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53443D; }

 p { color: rgb(83,68,61); }

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

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

 a { background-color: rgb(83,68,61); }

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

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

 span { border-color: rgb(83,68,61); }

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