#48423F

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

Shades of Paco #48423F

Tints of Paco #48423F

Color information

#48423F (or 0x48423F) is unknown color: approx Paco. HEX triplet: 48, 42 and 3F. RGB value is (72,66,63). Sum of RGB (Red+Green+Blue) = 72+66+63=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #48423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48423F is #B7BDC0. Grayscale: #434343. Windows color (decimal): -12041665 or 4145736. OLE color: 4145736.

HSL color Cylindrical-coordinate representation of color #48423F: hue angle of 20º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48423F is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB726663-
CMYK00.080.120.72
HSL20º6.67%26.47%-
HSV(B)20º12.5%28.24%-
XYZ5.525.635.5-
YUV67.45125.49131.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 63 (25% from 255) = 31.34%
R=35.82%
G=32.84%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72666300.080.120.72206.6726.47
Hex48423F08C481471a
Octal110102770101411024732
Binary1001000100001011111101000110010010001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48423F; }

 p { color: rgb(72,66,63); }

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

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

 a { background-color: rgb(72,66,63); }

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

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

 span { border-color: rgb(72,66,63); }

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