#484143

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

Shades of Jon #484143

Tints of Jon #484143

Color information

#484143 (or 0x484143) is unknown color: approx Jon. HEX triplet: 48, 41 and 43. RGB value is (72,65,67). Sum of RGB (Red+Green+Blue) = 72+65+67=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 72 - color contains mainly: red. Hex color #484143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484143 is #B7BEBC. Grayscale: #434343. Windows color (decimal): -12041917 or 4407624. OLE color: 4407624.

HSL color Cylindrical-coordinate representation of color #484143: hue angle of 342.86º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #484143 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB726567-
CMYK00.100.070.72
HSL342.86º5.11%26.86%-
HSV(B)342.86º9.72%28.24%-
XYZ5.585.566.09-
YUV67.32127.82131.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 67 (26.56% from 255) = 32.84%
R=35.29%
G=31.86%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72656700.100.070.72342.865.1126.86
Hex4841430A74815751b
Octal1101011030127110527533
Binary10010001000001100001101010111100100010101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484143; }

 p { color: rgb(72,65,67); }

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

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

 a { background-color: rgb(72,65,67); }

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

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

 span { border-color: rgb(72,65,67); }

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