#53423B

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

Shades of Paco #53423B

Tints of Paco #53423B

Color information

#53423B (or 0x53423B) is unknown color: approx Paco. HEX triplet: 53, 42 and 3B. RGB value is (83,66,59). Sum of RGB (Red+Green+Blue) = 83+66+59=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #53423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53423B is #ACBDC4. Grayscale: #464646. Windows color (decimal): -11320773 or 3883603. OLE color: 3883603.

HSL color Cylindrical-coordinate representation of color #53423B: hue angle of 17.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #53423B is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB836659-
CMYK00.200.290.67
HSL17.5º16.9%27.84%-
HSV(B)17.5º28.92%32.55%-
XYZ6.36.054.97-
YUV70.28121.63137.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 59 (23.44% from 255) = 28.37%
R=39.90%
G=31.73%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83665900.200.290.6717.516.927.84
Hex53423B0141D4312111c
Octal1231027302435103222134
Binary10100111000010111011010100111011000011100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53423B; }

 p { color: rgb(83,66,59); }

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

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

 a { background-color: rgb(83,66,59); }

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

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

 span { border-color: rgb(83,66,59); }

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