#53443E

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

Shades of Paco #53443E

Tints of Paco #53443E

Color information

#53443E (or 0x53443E) is unknown color: approx Paco. HEX triplet: 53, 44 and 3E. RGB value is (83,68,62). Sum of RGB (Red+Green+Blue) = 83+68+62=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #53443E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53443E is #ACBBC1. Grayscale: #474747. Windows color (decimal): -11320258 or 4080723. OLE color: 4080723.

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

Color convert

RGB836862-
CMYK00.180.250.67
HSL17.14º14.48%28.43%-
HSV(B)17.14º25.3%32.55%-
XYZ6.56.325.43-
YUV71.8122.47135.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 62 (24.61% from 255) = 29.11%
R=38.97%
G=31.92%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83686200.180.250.6717.1414.4828.43
Hex53443E012194311e1c
Octal1231047602231103211634
Binary1010011100010011111001001011001100001110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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