#513B30

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

Shades of Paco #513B30

Tints of Paco #513B30

Color information

#513B30 (or 0x513B30) is unknown color: approx Paco. HEX triplet: 51, 3B and 30. RGB value is (81,59,48). Sum of RGB (Red+Green+Blue) = 81+59+48=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #513B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B30 is #AEC4CF. Grayscale: #404040. Windows color (decimal): -11453648 or 3160913. OLE color: 3160913.

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

Color convert

RGB815948-
CMYK00.270.410.68
HSL20º25.58%25.29%-
HSV(B)20º40.74%31.76%-
XYZ5.495.093.49-
YUV64.32118.79139.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 48 (19.14% from 255) = 25.53%
R=43.09%
G=31.38%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81594800.270.410.682025.5825.29
Hex513B3001B2944141a19
Octal121736003351104243231
Binary10100011110111100000110111010011000100101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,59,48); }

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

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

 a { background-color: rgb(81,59,48); }

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

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

 span { border-color: rgb(81,59,48); }

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