#52423A

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

Shades of Paco #52423A

Tints of Paco #52423A

Color information

#52423A (or 0x52423A) is unknown color: approx Paco. HEX triplet: 52, 42 and 3A. RGB value is (82,66,58). Sum of RGB (Red+Green+Blue) = 82+66+58=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #52423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52423A is #ADBDC5. Grayscale: #454545. Windows color (decimal): -11386310 or 3818066. OLE color: 3818066.

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

Color convert

RGB826658-
CMYK00.200.290.68
HSL20º17.14%27.45%-
HSV(B)20º29.27%32.16%-
XYZ6.1964.83-
YUV69.87121.3136.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.81%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 58 (23.05% from 255) = 28.16%
R=39.81%
G=32.04%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82665800.200.290.682017.1427.45
Hex52423A0141D4414111b
Octal1221027202435104242133
Binary10100101000010111010010100111011000100101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52423A; }

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

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

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

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

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

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

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

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