#484340

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

Shades of Paco #484340

Tints of Paco #484340

Color information

#484340 (or 0x484340) is unknown color: approx Paco. HEX triplet: 48, 43 and 40. RGB value is (72,67,64). Sum of RGB (Red+Green+Blue) = 72+67+64=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 72 - color contains mainly: red. Hex color #484340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484340 is #B7BCBF. Grayscale: #444444. Windows color (decimal): -12041408 or 4211528. OLE color: 4211528.

HSL color Cylindrical-coordinate representation of color #484340: hue angle of 22.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #484340 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB726764-
CMYK00.070.110.72
HSL22.5º5.88%26.67%-
HSV(B)22.5º11.11%28.24%-
XYZ5.615.765.67-
YUV68.15125.66130.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=35.47%
G=33.00%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72676400.070.110.7222.55.8826.67
Hex48434007B481761b
Octal110103100071311027633
Binary1001000100001110000000111101110010001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484340; }

 p { color: rgb(72,67,64); }

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

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

 a { background-color: rgb(72,67,64); }

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

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

 span { border-color: rgb(72,67,64); }

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