#48403D

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

Shades of Paco #48403D

Tints of Paco #48403D

Color information

#48403D (or 0x48403D) is unknown color: approx Paco. HEX triplet: 48, 40 and 3D. RGB value is (72,64,61). Sum of RGB (Red+Green+Blue) = 72+64+61=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 72 - color contains mainly: red. Hex color #48403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48403D is #B7BFC2. Grayscale: #424242. Windows color (decimal): -12042179 or 4014152. OLE color: 4014152.

HSL color Cylindrical-coordinate representation of color #48403D: hue angle of 16.36º 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 #48403D is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB726461-
CMYK00.110.150.72
HSL16.36º8.27%26.08%-
HSV(B)16.36º15.28%28.24%-
XYZ5.355.385.17-
YUV66.05125.15132.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 61 (24.22% from 255) = 30.96%
R=36.55%
G=32.49%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72646100.110.150.7216.368.2726.08
Hex48403D0BF481081a
Octal1101007501317110201032
Binary10010001000000111101010111111100100010000100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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