#513A2D

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

Shades of Paco #513A2D

Tints of Paco #513A2D

Color information

#513A2D (or 0x513A2D) is unknown color: approx Paco. HEX triplet: 51, 3A and 2D. RGB value is (81,58,45). Sum of RGB (Red+Green+Blue) = 81+58+45=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #513A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A2D is #AEC5D2. Grayscale: #3F3F3F. Windows color (decimal): -11453907 or 2964049. OLE color: 2964049.

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

Color convert

RGB815845-
CMYK00.280.440.68
HSL21.67º28.57%24.71%-
HSV(B)21.67º44.44%31.76%-
XYZ5.384.963.16-
YUV63.4117.62140.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=44.02%
G=31.52%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81584500.280.440.6821.6728.5724.71
Hex513A2D01C2C44161d19
Octal121725503454104263531
Binary10100011110101011010111001011001000100101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,58,45); }

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

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

 a { background-color: rgb(81,58,45); }

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

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

 span { border-color: rgb(81,58,45); }

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