#513C33

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

Shades of Paco #513C33

Tints of Paco #513C33

Color information

#513C33 (or 0x513C33) is unknown color: approx Paco. HEX triplet: 51, 3C and 33. RGB value is (81,60,51). Sum of RGB (Red+Green+Blue) = 81+60+51=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #513C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C33 is #AEC3CC. Grayscale: #414141. Windows color (decimal): -11453389 or 3357777. OLE color: 3357777.

HSL color Cylindrical-coordinate representation of color #513C33: hue angle of 18º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #513C33 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB816051-
CMYK00.260.370.68
HSL18º22.73%25.88%-
HSV(B)18º37.04%31.76%-
XYZ5.615.223.84-
YUV65.25119.96139.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 60 (23.83% from 255) = 31.25%
BLUE value IS 51 (20.31% from 255) = 26.56%
R=42.19%
G=31.25%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81605100.260.370.681822.7325.88
Hex513C3301A254412171a
Octal121746303245104222732
Binary10100011111001100110110101001011000100100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513C33; }

 p { color: rgb(81,60,51); }

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

<style>
 a { background-color: #513C33; }

 a { background-color: rgb(81,60,51); }

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

<style>
 span { border-color: #513C33; }

 span { border-color: rgb(81,60,51); }

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