#483A3E

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

Shades of Jon #483A3E

Tints of Jon #483A3E

Color information

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

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

Color convert

RGB725862-
CMYK00.190.140.72
HSL342.86º10.77%25.49%-
HSV(B)342.86º19.44%28.24%-
XYZ5.064.755.21-
YUV62.64127.64134.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72586200.190.140.72342.8610.7725.49
Hex483A3E013E48157b19
Octal1107276023161105271331
Binary100100011101011111001001111101001000101010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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