#48413D

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

Shades of Paco #48413D

Tints of Paco #48413D

Color information

#48413D (or 0x48413D) is unknown color: approx Paco. HEX triplet: 48, 41 and 3D. RGB value is (72,65,61). Sum of RGB (Red+Green+Blue) = 72+65+61=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 72 - color contains mainly: red. Hex color #48413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48413D is #B7BEC2. Grayscale: #424242. Windows color (decimal): -12041923 or 4014408. OLE color: 4014408.

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

Color convert

RGB726561-
CMYK00.100.150.72
HSL21.82º8.27%26.08%-
HSV(B)21.82º15.28%28.24%-
XYZ5.415.55.19-
YUV66.64124.82131.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 61 (24.22% from 255) = 30.81%
R=36.36%
G=32.83%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72656100.100.150.7221.828.2726.08
Hex48413D0AF481681a
Octal1101017501217110261032
Binary10010001000001111101010101111100100010110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,65,61); }

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

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

 a { background-color: rgb(72,65,61); }

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

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

 span { border-color: rgb(72,65,61); }

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