#53453D

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

Shades of Paco #53453D

Tints of Paco #53453D

Color information

#53453D (or 0x53453D) is unknown color: approx Paco. HEX triplet: 53, 45 and 3D. RGB value is (83,69,61). Sum of RGB (Red+Green+Blue) = 83+69+61=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #53453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53453D is #ACBAC2. Grayscale: #484848. Windows color (decimal): -11320003 or 4015443. OLE color: 4015443.

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

Color convert

RGB836961-
CMYK00.170.270.67
HSL21.82º15.28%28.24%-
HSV(B)21.82º26.51%32.55%-
XYZ6.546.435.31-
YUV72.27121.64135.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 61 (24.22% from 255) = 28.64%
R=38.97%
G=32.39%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83696100.170.270.6721.8215.2828.24
Hex53453D0111B4316f1c
Octal1231057502133103261734
Binary1010011100010111110101000111011100001110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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