#524235

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

Shades of Paco #524235

Tints of Paco #524235

Color information

#524235 (or 0x524235) is unknown color: approx Paco. HEX triplet: 52, 42 and 35. RGB value is (82,66,53). Sum of RGB (Red+Green+Blue) = 82+66+53=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #524235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524235 is #ADBDCA. Grayscale: #454545. Windows color (decimal): -11386315 or 3490386. OLE color: 3490386.

HSL color Cylindrical-coordinate representation of color #524235: hue angle of 26.9º 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 #524235 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB826653-
CMYK00.200.350.68
HSL26.9º21.48%26.47%-
HSV(B)26.9º35.37%32.16%-
XYZ6.075.954.2-
YUV69.3118.8137.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=40.80%
G=32.84%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82665300.200.350.6826.921.4826.47
Hex52423501423441b151a
Octal1221026502443104332532
Binary101001010000101101010101001000111000100110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524235; }

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

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

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

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

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

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

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

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