#483F39

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

Shades of Paco #483F39

Tints of Paco #483F39

Color information

#483F39 (or 0x483F39) is unknown color: approx Paco. HEX triplet: 48, 3F and 39. RGB value is (72,63,57). Sum of RGB (Red+Green+Blue) = 72+63+57=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #483F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F39 is #B7C0C6. Grayscale: #414141. Windows color (decimal): -12042439 or 3751752. OLE color: 3751752.

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

Color convert

RGB726357-
CMYK00.120.210.72
HSL24º11.63%25.29%-
HSV(B)24º20.83%28.24%-
XYZ5.195.234.61-
YUV65.01123.48132.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 63 (25% from 255) = 32.81%
BLUE value IS 57 (22.66% from 255) = 29.69%
R=37.5%
G=32.81%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72635700.120.210.722411.6325.29
Hex483F390C154818c19
Octal110777101425110301431
Binary10010001111111110010110010101100100011000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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