#483B3F

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

Shades of Jon #483B3F

Tints of Jon #483B3F

Color information

#483B3F (or 0x483B3F) is unknown color: approx Jon. HEX triplet: 48, 3B and 3F. RGB value is (72,59,63). Sum of RGB (Red+Green+Blue) = 72+59+63=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #483B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B3F is #B7C4C0. Grayscale: #3F3F3F. Windows color (decimal): -12043457 or 4143944. OLE color: 4143944.

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

Color convert

RGB725963-
CMYK00.180.120.72
HSL341.54º9.92%25.69%-
HSV(B)341.54º18.06%28.24%-
XYZ5.134.865.37-
YUV63.34127.81134.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 59 (23.44% from 255) = 30.41%
BLUE value IS 63 (25% from 255) = 32.47%
R=37.11%
G=30.41%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72596300.180.120.72341.549.9225.69
Hex483B3F012C48156a1a
Octal1107377022141105261232
Binary100100011101111111101001011001001000101010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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