#524138

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

Shades of Paco #524138

Tints of Paco #524138

Color information

#524138 (or 0x524138) is unknown color: approx Paco. HEX triplet: 52, 41 and 38. RGB value is (82,65,56). Sum of RGB (Red+Green+Blue) = 82+65+56=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #524138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524138 is #ADBEC7. Grayscale: #454545. Windows color (decimal): -11386568 or 3686738. OLE color: 3686738.

HSL color Cylindrical-coordinate representation of color #524138: hue angle of 20.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #524138 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB826556-
CMYK00.210.320.68
HSL20.77º18.84%27.06%-
HSV(B)20.77º31.71%32.16%-
XYZ6.085.864.55-
YUV69.06120.63137.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=40.39%
G=32.02%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82655600.210.320.6820.7718.8427.06
Hex524138015204415131b
Octal1221017002540104252333
Binary101001010000011110000101011000001000100101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524138; }

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

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

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

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

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

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

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

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