#483A3B

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

Shades of Jon #483A3B

Tints of Jon #483A3B

Color information

#483A3B (or 0x483A3B) is unknown color: approx Jon. HEX triplet: 48, 3A and 3B. RGB value is (72,58,59). Sum of RGB (Red+Green+Blue) = 72+58+59=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #483A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A3B is #B7C5C4. Grayscale: #3E3E3E. Windows color (decimal): -12043717 or 3881544. OLE color: 3881544.

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

Color convert

RGB725859-
CMYK00.190.180.72
HSL355.71º10.77%25.49%-
HSV(B)355.71º19.44%28.24%-
XYZ4.974.724.79-
YUV62.3126.14134.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 58 (23.05% from 255) = 30.69%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=38.10%
G=30.69%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72585900.190.180.72355.7110.7725.49
Hex483A3B0131248164b19
Octal1107273023221105441331
Binary1001000111010111011010011100101001000101100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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