#48413E

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

Shades of Paco #48413E

Tints of Paco #48413E

Color information

#48413E (or 0x48413E) is unknown color: approx Paco. HEX triplet: 48, 41 and 3E. RGB value is (72,65,62). Sum of RGB (Red+Green+Blue) = 72+65+62=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #48413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48413E is #B7BEC1. Grayscale: #424242. Windows color (decimal): -12041922 or 4079944. OLE color: 4079944.

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

Color convert

RGB726562-
CMYK00.100.140.72
HSL18º7.46%26.27%-
HSV(B)18º13.89%28.24%-
XYZ5.435.515.33-
YUV66.75125.32131.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=36.18%
G=32.66%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72656200.100.140.72187.4626.27
Hex48413E0AE481271a
Octal110101760121611022732
Binary1001000100000111111001010111010010001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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