#483F40

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

Shades of Jon #483F40

Tints of Jon #483F40

Color information

#483F40 (or 0x483F40) is unknown color: approx Jon. HEX triplet: 48, 3F and 40. RGB value is (72,63,64). Sum of RGB (Red+Green+Blue) = 72+63+64=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #483F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F40 is #B7C0BF. Grayscale: #414141. Windows color (decimal): -12042432 or 4210504. OLE color: 4210504.

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

Color convert

RGB726364-
CMYK00.120.110.72
HSL353.33º6.67%26.47%-
HSV(B)353.33º12.5%28.24%-
XYZ5.385.35.59-
YUV65.8126.98132.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=36.18%
G=31.66%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72636400.120.110.72353.336.6726.47
Hex483F400CB4816171a
Octal1107710001413110541732
Binary10010001111111000000011001011100100010110000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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