#483F3B

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

Shades of Paco #483F3B

Tints of Paco #483F3B

Color information

#483F3B (or 0x483F3B) is unknown color: approx Paco. HEX triplet: 48, 3F and 3B. RGB value is (72,63,59). Sum of RGB (Red+Green+Blue) = 72+63+59=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #483F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F3B is #B7C0C4. Grayscale: #414141. Windows color (decimal): -12042437 or 3882824. OLE color: 3882824.

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

Color convert

RGB726359-
CMYK00.120.180.72
HSL18.46º9.92%25.69%-
HSV(B)18.46º18.06%28.24%-
XYZ5.245.254.87-
YUV65.24124.48132.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 63 (25% from 255) = 32.47%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=37.11%
G=32.47%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72635900.120.180.7218.469.9225.69
Hex483F3B0C124812a1a
Octal110777301422110221232
Binary10010001111111110110110010010100100010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483F3B; }

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

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

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

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

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

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

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

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