#514136

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

Shades of Paco #514136

Tints of Paco #514136

Color information

#514136 (or 0x514136) is unknown color: approx Paco. HEX triplet: 51, 41 and 36. RGB value is (81,65,54). Sum of RGB (Red+Green+Blue) = 81+65+54=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #514136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514136 is #AEBEC9. Grayscale: #444444. Windows color (decimal): -11452106 or 3555665. OLE color: 3555665.

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

Color convert

RGB816554-
CMYK00.200.330.68
HSL24.44º20%26.47%-
HSV(B)24.44º33.33%31.76%-
XYZ5.955.84.3-
YUV68.53119.8136.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.5%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 54 (21.48% from 255) = 27%
R=40.5%
G=32.5%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81655400.200.330.6824.442026.47
Hex514136014214418141a
Octal1211016602441104302432
Binary101000110000011101100101001000011000100110001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514136; }

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

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

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

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

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

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

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

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