#504238

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

Shades of Paco #504238

Tints of Paco #504238

Color information

#504238 (or 0x504238) is unknown color: approx Paco. HEX triplet: 50, 42 and 38. RGB value is (80,66,56). Sum of RGB (Red+Green+Blue) = 80+66+56=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #504238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504238 is #AFBDC7. Grayscale: #454545. Windows color (decimal): -11517384 or 3686992. OLE color: 3686992.

HSL color Cylindrical-coordinate representation of color #504238: hue angle of 25º 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 #504238 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB806656-
CMYK00.170.300.69
HSL25º17.65%26.67%-
HSV(B)25º30%31.37%-
XYZ5.975.894.56-
YUV69.05120.64135.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 56 (22.27% from 255) = 27.72%
R=39.60%
G=32.67%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80665600.170.300.692517.6526.67
Hex5042380111E4519121b
Octal1201027002136105312233
Binary10100001000010111000010001111101000101110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504238; }

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

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

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

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

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

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

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

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