#524033

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

Shades of Paco #524033

Tints of Paco #524033

Color information

#524033 (or 0x524033) is unknown color: approx Paco. HEX triplet: 52, 40 and 33. RGB value is (82,64,51). Sum of RGB (Red+Green+Blue) = 82+64+51=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #524033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524033 is #ADBFCC. Grayscale: #434343. Windows color (decimal): -11386829 or 3358802. OLE color: 3358802.

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

Color convert

RGB826451-
CMYK00.220.380.68
HSL25.16º23.31%26.08%-
HSV(B)25.16º37.8%32.16%-
XYZ5.915.73.92-
YUV67.9118.46138.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 51 (20.31% from 255) = 25.89%
R=41.62%
G=32.49%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82645100.220.380.6825.1623.3126.08
Hex524033016264419171a
Octal1221006302646104312732
Binary101001010000001100110101101001101000100110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524033; }

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

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

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

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

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

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

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

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