#513E33

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

Shades of Paco #513E33

Tints of Paco #513E33

Color information

#513E33 (or 0x513E33) is unknown color: approx Paco. HEX triplet: 51, 3E and 33. RGB value is (81,62,51). Sum of RGB (Red+Green+Blue) = 81+62+51=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #513E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E33 is #AEC1CC. Grayscale: #424242. Windows color (decimal): -11452877 or 3358289. OLE color: 3358289.

HSL color Cylindrical-coordinate representation of color #513E33: hue angle of 22º 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 #513E33 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB816251-
CMYK00.230.370.68
HSL22º22.73%25.88%-
HSV(B)22º37.04%31.76%-
XYZ5.715.433.88-
YUV66.43119.29138.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 62 (24.61% from 255) = 31.96%
BLUE value IS 51 (20.31% from 255) = 26.29%
R=41.75%
G=31.96%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81625100.230.370.682222.7325.88
Hex513E33017254416171a
Octal121766302745104262732
Binary10100011111101100110101111001011000100101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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