#483738

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

Shades of Jon #483738

Tints of Jon #483738

Color information

#483738 (or 0x483738) is unknown color: approx Jon. HEX triplet: 48, 37 and 38. RGB value is (72,55,56). Sum of RGB (Red+Green+Blue) = 72+55+56=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #483738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483738 is #B7C8C7. Grayscale: #3C3C3C. Windows color (decimal): -12044488 or 3684168. OLE color: 3684168.

HSL color Cylindrical-coordinate representation of color #483738: hue angle of 356.47º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #483738 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB725556-
CMYK00.240.220.72
HSL356.47º13.39%24.9%-
HSV(B)356.47º23.61%28.24%-
XYZ4.754.44.34-
YUV60.2125.63136.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=39.34%
G=30.05%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72555600.240.220.72356.4713.3924.9
Hex4837380181648164d19
Octal1106770030261105441531
Binary1001000110111111000011000101101001000101100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483738; }

 p { color: rgb(72,55,56); }

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

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

 a { background-color: rgb(72,55,56); }

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

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

 span { border-color: rgb(72,55,56); }

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