#514134

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

Shades of Paco #514134

Tints of Paco #514134

Color information

#514134 (or 0x514134) is unknown color: approx Paco. HEX triplet: 51, 41 and 34. RGB value is (81,65,52). Sum of RGB (Red+Green+Blue) = 81+65+52=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #514134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514134 is #AEBECB. Grayscale: #444444. Windows color (decimal): -11452108 or 3424593. OLE color: 3424593.

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

Color convert

RGB816552-
CMYK00.200.360.68
HSL26.9º21.8%26.08%-
HSV(B)26.9º35.8%31.76%-
XYZ5.95.784.05-
YUV68.3118.8137.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=40.91%
G=32.83%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81655200.200.360.6826.921.826.08
Hex51413401424441b161a
Octal1211016402444104332632
Binary101000110000011101000101001001001000100110111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514134; }

 p { color: rgb(81,65,52); }

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

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

 a { background-color: rgb(81,65,52); }

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

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

 span { border-color: rgb(81,65,52); }

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