#513D35

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

Shades of Paco #513D35

Tints of Paco #513D35

Color information

#513D35 (or 0x513D35) is unknown color: approx Paco. HEX triplet: 51, 3D and 35. RGB value is (81,61,53). Sum of RGB (Red+Green+Blue) = 81+61+53=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #513D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D35 is #AEC2CA. Grayscale: #424242. Windows color (decimal): -11453131 or 3489105. OLE color: 3489105.

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

Color convert

RGB816153-
CMYK00.250.350.68
HSL17.14º20.9%26.27%-
HSV(B)17.14º34.57%31.76%-
XYZ5.75.344.1-
YUV66.07120.63138.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 53 (21.09% from 255) = 27.18%
R=41.54%
G=31.28%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81615300.250.350.6817.1420.926.27
Hex513D35019234411151a
Octal121756503143104212532
Binary10100011111011101010110011000111000100100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,61,53); }

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

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

 a { background-color: rgb(81,61,53); }

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

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

 span { border-color: rgb(81,61,53); }

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