#52443A

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

Shades of Paco #52443A

Tints of Paco #52443A

Color information

#52443A (or 0x52443A) is unknown color: approx Paco. HEX triplet: 52, 44 and 3A. RGB value is (82,68,58). Sum of RGB (Red+Green+Blue) = 82+68+58=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 82 - color contains mainly: red. Hex color #52443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52443A is #ADBBC5. Grayscale: #474747. Windows color (decimal): -11385798 or 3818578. OLE color: 3818578.

HSL color Cylindrical-coordinate representation of color #52443A: hue angle of 25º 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 #52443A is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB826858-
CMYK00.170.290.68
HSL25º17.14%27.45%-
HSV(B)25º29.27%32.16%-
XYZ6.316.234.87-
YUV71.05120.64135.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=39.42%
G=32.69%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82685800.170.290.682517.1427.45
Hex52443A0111D4419111b
Octal1221047202135104312133
Binary10100101000100111010010001111011000100110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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