#524035

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

Shades of Paco #524035

Tints of Paco #524035

Color information

#524035 (or 0x524035) is unknown color: approx Paco. HEX triplet: 52, 40 and 35. RGB value is (82,64,53). Sum of RGB (Red+Green+Blue) = 82+64+53=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #524035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524035 is #ADBFCA. Grayscale: #444444. Windows color (decimal): -11386827 or 3489874. OLE color: 3489874.

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

Color convert

RGB826453-
CMYK00.220.350.68
HSL22.76º21.48%26.47%-
HSV(B)22.76º35.37%32.16%-
XYZ5.965.724.16-
YUV68.13119.46137.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 53 (21.09% from 255) = 26.63%
R=41.21%
G=32.16%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82645300.220.350.6822.7621.4826.47
Hex524035016234417151a
Octal1221006502643104272532
Binary101001010000001101010101101000111000100101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524035; }

 p { color: rgb(82,64,53); }

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

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

 a { background-color: rgb(82,64,53); }

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

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

 span { border-color: rgb(82,64,53); }

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