#463639

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

Shades of Jon #463639

Tints of Jon #463639

Color information

#463639 (or 0x463639) is unknown color: approx Jon. HEX triplet: 46, 36 and 39. RGB value is (70,54,57). Sum of RGB (Red+Green+Blue) = 70+54+57=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 70 - color contains mainly: red. Hex color #463639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463639 is #B9C9C6. Grayscale: #3B3B3B. Windows color (decimal): -12175815 or 3749446. OLE color: 3749446.

HSL color Cylindrical-coordinate representation of color #463639: hue angle of 348.75º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #463639 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB705457-
CMYK00.230.190.73
HSL348.75º12.9%24.31%-
HSV(B)348.75º22.86%27.45%-
XYZ4.584.244.45-
YUV59.13126.8135.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 57 (22.66% from 255) = 31.49%
R=38.67%
G=29.83%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70545700.230.190.73348.7512.924.31
Hex463639017134915dd18
Octal1066671027231115351530
Binary1000110110110111001010111100111001001101011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463639; }

 p { color: rgb(70,54,57); }

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

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

 a { background-color: rgb(70,54,57); }

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

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

 span { border-color: rgb(70,54,57); }

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