#443C3E

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

Shades of Jon #443C3E

Tints of Jon #443C3E

Color information

#443C3E (or 0x443C3E) is unknown color: approx Jon. HEX triplet: 44, 3C and 3E. RGB value is (68,60,62). Sum of RGB (Red+Green+Blue) = 68+60+62=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 68 - color contains mainly: red. Hex color #443C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C3E is #BBC3C1. Grayscale: #3E3E3E. Windows color (decimal): -12305346 or 4078660. OLE color: 4078660.

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

Color convert

RGB686062-
CMYK00.120.090.73
HSL345º6.25%25.1%-
HSV(B)345º11.76%26.67%-
XYZ4.874.815.23-
YUV62.62127.65131.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 60 (23.83% from 255) = 31.58%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=35.79%
G=31.58%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68606200.120.090.733456.2525.1
Hex443C3E0C949159619
Octal104747601411111531631
Binary1000100111100111110011001001100100110101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,60,62); }

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

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

 a { background-color: rgb(68,60,62); }

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

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

 span { border-color: rgb(68,60,62); }

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