#484344

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

Shades of Jon #484344

Tints of Jon #484344

Color information

#484344 (or 0x484344) is unknown color: approx Jon. HEX triplet: 48, 43 and 44. RGB value is (72,67,68). Sum of RGB (Red+Green+Blue) = 72+67+68=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 72 - color contains mainly: red. Hex color #484344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484344 is #B7BCBB. Grayscale: #444444. Windows color (decimal): -12041404 or 4473672. OLE color: 4473672.

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

Color convert

RGB726768-
CMYK00.070.060.72
HSL348º3.6%27.25%-
HSV(B)348º6.94%28.24%-
XYZ5.725.816.29-
YUV68.61127.66130.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 68 (26.95% from 255) = 32.85%
R=34.78%
G=32.37%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72676800.070.060.723483.627.25
Hex4843440764815c41b
Octal110103104076110534433
Binary1001000100001110001000111110100100010101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484344; }

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

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

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

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

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

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

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

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