#52433E

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

Shades of Paco #52433E

Tints of Paco #52433E

Color information

#52433E (or 0x52433E) is unknown color: approx Paco. HEX triplet: 52, 43 and 3E. RGB value is (82,67,62). Sum of RGB (Red+Green+Blue) = 82+67+62=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #52433E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52433E is #ADBCC1. Grayscale: #464646. Windows color (decimal): -11386050 or 4080466. OLE color: 4080466.

HSL color Cylindrical-coordinate representation of color #52433E: hue angle of 15º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52433E is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB826762-
CMYK00.180.240.68
HSL15º13.89%28.24%-
HSV(B)15º24.39%32.16%-
XYZ6.366.165.41-
YUV70.92122.97135.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 67 (26.56% from 255) = 31.75%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=38.86%
G=31.75%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82676200.180.240.681513.8928.24
Hex52433E0121844fe1c
Octal1221037602230104171634
Binary101001010000111111100100101100010001001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52433E; }

 p { color: rgb(82,67,62); }

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

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

 a { background-color: rgb(82,67,62); }

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

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

 span { border-color: rgb(82,67,62); }

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