#52443D

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

Shades of Paco #52443D

Tints of Paco #52443D

Color information

#52443D (or 0x52443D) is unknown color: approx Paco. HEX triplet: 52, 44 and 3D. RGB value is (82,68,61). Sum of RGB (Red+Green+Blue) = 82+68+61=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #52443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52443D is #ADBBC2. Grayscale: #474747. Windows color (decimal): -11385795 or 4015186. OLE color: 4015186.

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

Color convert

RGB826861-
CMYK00.170.260.68
HSL20º14.69%28.04%-
HSV(B)20º25.61%32.16%-
XYZ6.396.275.29-
YUV71.39122.14135.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 61 (24.22% from 255) = 28.91%
R=38.86%
G=32.23%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82686100.170.260.682014.6928.04
Hex52443D0111A4414f1c
Octal1221047502132104241734
Binary1010010100010011110101000111010100010010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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