#483E3A

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

Shades of Paco #483E3A

Tints of Paco #483E3A

Color information

#483E3A (or 0x483E3A) is unknown color: approx Paco. HEX triplet: 48, 3E and 3A. RGB value is (72,62,58). Sum of RGB (Red+Green+Blue) = 72+62+58=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #483E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E3A is #B7C1C5. Grayscale: #404040. Windows color (decimal): -12042694 or 3817032. OLE color: 3817032.

HSL color Cylindrical-coordinate representation of color #483E3A: hue angle of 17.14º 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 #483E3A is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB726258-
CMYK00.140.190.72
HSL17.14º10.77%25.49%-
HSV(B)17.14º19.44%28.24%-
XYZ5.165.134.72-
YUV64.53124.31133.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=37.5%
G=32.29%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72625800.140.190.7217.1410.7725.49
Hex483E3A0E134811b19
Octal110767201623110211331
Binary10010001111101110100111010011100100010001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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