#483F3A

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

Shades of Paco #483F3A

Tints of Paco #483F3A

Color information

#483F3A (or 0x483F3A) is unknown color: approx Paco. HEX triplet: 48, 3F and 3A. RGB value is (72,63,58). Sum of RGB (Red+Green+Blue) = 72+63+58=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #483F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F3A is #B7C0C5. Grayscale: #414141. Windows color (decimal): -12042438 or 3817288. OLE color: 3817288.

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

Color convert

RGB726358-
CMYK00.120.190.72
HSL21.43º10.77%25.49%-
HSV(B)21.43º19.44%28.24%-
XYZ5.215.244.74-
YUV65.12123.98132.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=37.31%
G=32.64%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72635800.120.190.7221.4310.7725.49
Hex483F3A0C134815b19
Octal110777201423110251331
Binary10010001111111110100110010011100100010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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