#53453E

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

Shades of Paco #53453E

Tints of Paco #53453E

Color information

#53453E (or 0x53453E) is unknown color: approx Paco. HEX triplet: 53, 45 and 3E. RGB value is (83,69,62). Sum of RGB (Red+Green+Blue) = 83+69+62=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #53453E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53453E is #ACBAC1. Grayscale: #484848. Windows color (decimal): -11320002 or 4080979. OLE color: 4080979.

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

Color convert

RGB836962-
CMYK00.170.250.67
HSL20º14.48%28.43%-
HSV(B)20º25.3%32.55%-
XYZ6.566.445.46-
YUV72.39122.14135.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=38.79%
G=32.24%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83696200.170.250.672014.4828.43
Hex53453E011194314e1c
Octal1231057602131103241634
Binary1010011100010111111001000111001100001110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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