#504036

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

Shades of Paco #504036

Tints of Paco #504036

Color information

#504036 (or 0x504036) is unknown color: approx Paco. HEX triplet: 50, 40 and 36. RGB value is (80,64,54). Sum of RGB (Red+Green+Blue) = 80+64+54=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #504036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504036 is #AFBFC9. Grayscale: #434343. Windows color (decimal): -11517898 or 3555408. OLE color: 3555408.

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

Color convert

RGB806454-
CMYK00.200.330.69
HSL23.08º19.4%26.27%-
HSV(B)23.08º32.5%31.37%-
XYZ5.815.644.27-
YUV67.64120.3136.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 54 (21.48% from 255) = 27.27%
R=40.40%
G=32.32%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80645400.200.330.6923.0819.426.27
Hex504036014214517131a
Octal1201006602441105272332
Binary101000010000001101100101001000011000101101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504036; }

 p { color: rgb(80,64,54); }

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

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

 a { background-color: rgb(80,64,54); }

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

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

 span { border-color: rgb(80,64,54); }

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