#443A3B

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

Shades of Jon #443A3B

Tints of Jon #443A3B

Color information

#443A3B (or 0x443A3B) is unknown color: approx Jon. HEX triplet: 44, 3A and 3B. RGB value is (68,58,59). Sum of RGB (Red+Green+Blue) = 68+58+59=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 68 - color contains mainly: red. Hex color #443A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443A3B is #BBC5C4. Grayscale: #3D3D3D. Windows color (decimal): -12305861 or 3881540. OLE color: 3881540.

HSL color Cylindrical-coordinate representation of color #443A3B: hue angle of 354º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #443A3B is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB685859-
CMYK00.150.130.73
HSL354º7.94%24.71%-
HSV(B)354º14.71%26.67%-
XYZ4.694.574.77-
YUV61.1126.81132.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=36.76%
G=31.35%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68585900.150.130.733547.9424.71
Hex443A3B0FD49162819
Octal1047273017151115421031
Binary10001001110101110110111111011001001101100010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443A3B; }

 p { color: rgb(68,58,59); }

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

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

 a { background-color: rgb(68,58,59); }

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

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

 span { border-color: rgb(68,58,59); }

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