#504138

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

Shades of Paco #504138

Tints of Paco #504138

Color information

#504138 (or 0x504138) is unknown color: approx Paco. HEX triplet: 50, 41 and 38. RGB value is (80,65,56). Sum of RGB (Red+Green+Blue) = 80+65+56=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #504138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504138 is #AFBEC7. Grayscale: #444444. Windows color (decimal): -11517640 or 3686736. OLE color: 3686736.

HSL color Cylindrical-coordinate representation of color #504138: hue angle of 22.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #504138 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB806556-
CMYK00.190.300.69
HSL22.5º17.65%26.67%-
HSV(B)22.5º30%31.37%-
XYZ5.915.774.54-
YUV68.46120.97136.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 56 (22.27% from 255) = 27.86%
R=39.80%
G=32.34%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80655600.190.300.6922.517.6526.67
Hex5041380131E4517121b
Octal1201017002336105272233
Binary10100001000001111000010011111101000101101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504138; }

 p { color: rgb(80,65,56); }

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

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

 a { background-color: rgb(80,65,56); }

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

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

 span { border-color: rgb(80,65,56); }

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